CreateFolder Method
Creates the folder at the specified path.
Syntax
void __fastcall CreateFolder(String Path);Remarks
This method creates the folder specified by the path parameter. The path should be the absolute path
beginning with a "/". For instance:
/My Pictures/San Francisco
After calling this method the Resource properties will be updated with the returned Folder resource information.