Message 1 of 2
Visual Basic Delete Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help???
I an writing a visual basic.net app for Inventor and I am having a problem.
I need to change the following code to put a file into the recycle bin "WITHOUT ANY DIALOG BOXES"
My.Computer.FileSystem.DeleteFile("C:\Test.txt", FileIO.UIOption.AllDialogs, FileIO.RecycleOption.SendToRecycleBin, FileIO.UICancelOption.ThrowException)
Does anybody know how to do this????
Many thanks in advance!!!!
IaoCAM