B
BobRoyAce
I know I can use code like follows to delete a file:
My.Computer.FileSystem.DeleteFile(File123.TAB",
FileIO.UIOption.OnlyErrorDialogs,
FileIO.RecycleOption.DeletePermanently)
How can I delete all files matching text including wildcard(s)? For
example, how can I delete all files beginning with "File123" -->
"File123.*"
My.Computer.FileSystem.DeleteFile(File123.TAB",
FileIO.UIOption.OnlyErrorDialogs,
FileIO.RecycleOption.DeletePermanently)
How can I delete all files matching text including wildcard(s)? For
example, how can I delete all files beginning with "File123" -->
"File123.*"