Message 1 of 2
delete to recycle bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help
I have the following Visual Basic.net code...
My.Computer.FileSystem.DeleteFile("F:\3DCAD\test.txt", FileIO.UIOption.OnlyErrorDialogs, FileIO.RecycleOption.SendToRecycleBin)
if the file "test.txt" was in the "C" drive (eg "C:\test.txt") it works OK.
Can anybody tell me why it does not work over the network????
Many thanks in advance!