VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



this api deletes a file from your system. it is another way other than kill(filename)

by Invictus (2 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 9th September 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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)



Private Sub Cmddeletefile_Click()
Call DeleteFile(FileName.Text)
End Sub


Download this snippet    Add to My Saved Code

this api deletes a file from your system. it is another way other than kill(filename) Comments

No comments have been posted about this api deletes a file from your system. it is another way other than kill(filename). Why not be the first to post a comment about this api deletes a file from your system. it is another way other than kill(filename).

Post your comment

Subject:
Message:
0/1000 characters