VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Delete Files and Folders Using Single Command

by Bejoy (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 21st December 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Delete Files and Folders Using Single Command

Rate Delete Files and Folders Using Single Command




   RmDir ("A:\bejoy")        ' To Delete a Folder Named Bejoy From A: Drive
   Kill ("a:/bejoy/*.doc") ' To Delete All Doc Files From  A: Drive        

End Sub


Download this snippet    Add to My Saved Code

Delete Files and Folders Using Single Command Comments

No comments have been posted about Delete Files and Folders Using Single Command. Why not be the first to post a comment about Delete Files and Folders Using Single Command.

Post your comment

Subject:
Message:
0/1000 characters