(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...) |
m (moved CKFinder/Server Side Integration/The Commands/CreateFolder to CKFinder 1.x/Server Side Integration/The Commands/CreateFolder) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{CKFinder_SSI_Warning}} | ||
== CreateFolder == | == CreateFolder == | ||
Latest revision as of 07:46, 28 May 2010
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.