CreateFolder Method
Creates a folder with the specified name.
Object Oriented Interface
public function doCreateFolder($foldername);
Procedural Interface
incloudstorage_box_do_createfolder($res, $foldername);
Remarks
This method creates a new folder with the name specified by the FolderName parameter.
To create a sub-folder set ResourceParentId to the id of the parent folder. This method returns the Id of the newly created folder. Naming restrictions:
- Names must be 255 characters or less.
- Names with non-printable ASCII are not supported.
- Names with the characters "/", "\", or trailing whitespace are not supported.
- The special names "." and ".." are not supported.