Deleting a file
Deleting a file
Rate Deleting a file
(2(2 Vote))
'Make a reference to a Microsoft Scripting Runtime Library
Public sub Form_Load()
Dim fso As New FileSystemObject
fso.DeleteFile "D:\Test.txt"
End Sub
'This program delete a file Test.txt from the drive "D:"
Deleting a file Comments
No comments yet — be the first to post one!
Post a Comment