FsRemoveDir
FsRemoveDir is called to remove a directory from the plugin's file system.
 
Declaration:
 
BOOL __stdcall FsRemoveDir(char* RemoteName);
 
Description of parameters:
 
RemoteName Name of the directory to be removed, 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 directory could be removed, FALSE if not.