VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Delete all files from you 3.5 floppy disk with 1 line of code.

by Brandon (46 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 10th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Delete all files from you 3.5 floppy disk with 1 line of code.

Rate Delete all files from you 3.5 floppy disk with 1 line of code.



'make sure you have files on your 3.5 floppy to test this code
'and make sure the disk is loaded in the write drive.


Kill ("a:\*.*")

Download this snippet    Add to My Saved Code

Delete all files from you 3.5 floppy disk with 1 line of code. Comments

No comments have been posted about Delete all files from you 3.5 floppy disk with 1 line of code.. Why not be the first to post a comment about Delete all files from you 3.5 floppy disk with 1 line of code..

Post your comment

Subject:
Message:
0/1000 characters