Delete A File API Windows 2012 Server, 64 b

cheer

Registered User.
Local time
Today, 09:05
Joined
Oct 30, 2009
Messages
222
Can anyone suggest what are codes to delete a file by using the API method ?
 
Cheers, cheer:


Declare PtrSafe Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long
 

Users who are viewing this thread

Back
Top Bottom