CreateFolder Method
Creates a new folder.
Object Oriented Interface
public function doCreateFolder($foldername);
Procedural Interface
incloudstorage_onedrive_do_createfolder($res, $foldername);
Remarks
This method creates a new folder. The FolderName parameter specifies the name of the folder to create.
To create a sub-folder set ResourceParentId or ResourceParentPath to the parent folder.
This method returns the Id of the newly created folder.