(New page: == CreateFolder == Creates a child folder. === Sample Request === Create the “My Folder” folder in the root (/) folder of the resource type “Files”. <pre>connector.php?command=C...) |
|||
Line 1: | Line 1: | ||
+ | {{CKFinder_SSI_Warning}} | ||
== CreateFolder == | == CreateFolder == | ||
Revision as of 15:34, 16 January 2008
CreateFolder
Creates a child folder.
Sample Request
Create the “My Folder” folder in the root (/) folder of the resource type “Files”.
connector.php?command=CreateFolder&type=Files¤tFolder=%2F&NewFolderName=My%20Folder
Sample Response
<?xml version="1.0" encoding="utf-8"?> <Connector resourceType="Files"> <Error number="0" /> <CurrentFolder path="/" url="/userfiles/files/" acl="255" /> <NewFolder name="My Folder" /> </Connector>
Note that the new folder name may contain non ASC-II chars.