S
Scott McNair
Is there a way to "instantly" delete a folder and all subfolders? I'm
currently trying:
System.IO.Directory.Delete(Filepath, True)
Each of these folders contains 60 subfolders which in turn contain about
100 files each (each of which is about 180kb). Because of this, my
application grinds to a halt.
Is there a way to simply flag a folder and its contents as deleted without
having to go through the recurse?
currently trying:
System.IO.Directory.Delete(Filepath, True)
Each of these folders contains 60 subfolders which in turn contain about
100 files each (each of which is about 180kb). Because of this, my
application grinds to a halt.
Is there a way to simply flag a folder and its contents as deleted without
having to go through the recurse?