Remove every file in a folder and then remove that folder
Remove every file in a folder and then remove that folder
Rate Remove every file in a folder and then remove that folder
(1(1 Vote))
'put this little peice of code in a command button for testing
Kill "c:\a\*.*"
RmDir "c:\a"
Remove every file in a folder and then remove that folder Comments
No comments yet — be the first to post one!
Post a Comment