|
I have a file command to delete a directory, but I saw some instructions and tried it,
1. Delete directory
System.io.directory.delete (path)
2. Command to delete the specified file name
System.io.file.delete (path + file name + suffix)
But if you delete files like *.txt, it won't work, I am solving this problem. That's all for now. |
|