CreateFolder Method
Creates the folder at the specified path.
Object Oriented Interface
public function doCreateFolder($path);
Procedural Interface
incloudstorage_dropbox_do_createfolder($res, $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.