Deleting A Folder (Not Empty)
Posted: Wed Jan 10, 2024 7:13 am
Hii Guys!!
I am trying to delete a directory that has files in it. I am able to delete the directory when there is no contents in the directory by using "folder delete". I have also tried:
put "rmdir " & quote & "d:\games\ac\content\cars\abarth500\Data\" & quote & " /s /q" into skippy
shell(skippy)
I have perused the dictionary for hours but no luck. Any replies are greatly welcomed!
Googie.
Edit: Is there a simple way to delete all the files in the selected directory?
I am trying to delete a directory that has files in it. I am able to delete the directory when there is no contents in the directory by using "folder delete". I have also tried:
put "rmdir " & quote & "d:\games\ac\content\cars\abarth500\Data\" & quote & " /s /q" into skippy
shell(skippy)
I have perused the dictionary for hours but no luck. Any replies are greatly welcomed!
Googie.
Edit: Is there a simple way to delete all the files in the selected directory?