this api deletes a file from your system. it is another way other than kill(filename)
this api deletes a file from your system. it is another way other than kill(filename)
API Declarations
1 textbox: filename
1 command box: cmddeletefile
Rate this api deletes a file from your system. it is another way other than kill(filename)
(1(1 Vote))
Private Sub Cmddeletefile_Click()
Call DeleteFile(FileName.Text)
End Sub
this api deletes a file from your system. it is another way other than kill(filename) Comments
No comments yet — be the first to post one!
Post a Comment