FsMkDir
FsMkDir is called to create a directory on the plugin's file system.
 
Declaration:
 
BOOL __stdcall FsMkDir(char* Path);
 
Description of parameters:
 
Path Name of the directory to be created, 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 created, FALSE if not.