Hey, i want to make a program that can manage and delete files and i can't figure out how to delete files? PLEASE HELP!
Printable View
Hey, i want to make a program that can manage and delete files and i can't figure out how to delete files? PLEASE HELP!
Kill "C:\myfile.txt"
Cauz' yur making a sort of filemanager it could be nice if you could make and delete DIRECTORIES. This is done with
for removing dirs. But all the files in this map must be deleted.Code:RmDir "c:\map"
And this one is for making dirs:
I don't know if you need this information, but I always reply to something.... :rolleyes:Code:MkDir "c:\map"