How to Delete one file and how to delete all files in folder one one line code
How to Delete one file and how to delete all files in folder one one line code
API Declarations
Email: me if you like my work in past
[email protected]
[email protected]
Rate How to Delete one file and how to delete all files in folder one one line code
(2(2 Vote))
Private Sub Command1_Click()
Kill ("C:\Folder\how.mp3")
End Sub
Private Sub Command2_Click()
Kill ("D:\songs\*.*")
End Sub
How to Delete one file and how to delete all files in folder one one line code Comments
No comments yet — be the first to post one!
Post a Comment