VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Remove every file in a folder and then remove that folder

by Panasonicsubz (4 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 5th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Remove every file in a folder and then remove that folder

Rate Remove every file in a folder and then remove that folder



'put this little peice of code in a command button for testing

Kill "c:\a\*.*"
RmDir "c:\a"

Download this snippet    Add to My Saved Code

Remove every file in a folder and then remove that folder Comments

No comments have been posted about Remove every file in a folder and then remove that folder. Why not be the first to post a comment about Remove every file in a folder and then remove that folder.

Post your comment

Subject:
Message:
0/1000 characters