sethradio
27th October 2011 00:04 UTC
Delete all contents in a folder
I noticed that the RmDir command only works if the folder is empty. I need to set up an uninstaller that deletes all files in a certain folder because things that end up in this folder are user defined and I can't calculate everything that ends up in it. :(
demiller9
27th October 2011 00:41 UTC
Very easy to do when you read the manual. (Also look at Delete).
sethradio
28th October 2011 20:45 UTC
How do you use wildcards?
MSG
28th October 2011 23:14 UTC
Like you use them in any other application. * is anything, ? is any single character.