directory delete

  1. S

    Question Deleting a Directory Error

    Hi guys, I have been having a problem deleting a directory, the code i use is: My.Computer.FileSystem.DeleteDirectory("W:\New One", FileIO.DeleteDirectoryOption.DeleteAllContents, FileIO.RecycleOption.DeletePermanently) and the intermediate window shows: i then tried...
Back
Top