FsDeleteFile
FsDeleteFile is called to delete a file from the plugin's file system.
 
Declaration:
 
BOOL __stdcall FsDeleteFile(char* RemoteName);
 
Description of parameters:
 
RemoteName Name of the file to be deleted, with full path. The name always starts with a backslash, then the names returned by FsFindFirst/FsFindNext separated by backslashes.
 
Return value:
Return TRUE if the file could be deleted, FALSE if not.