(New page: == DeleteFolder == Deletes a folder. === Sample Request === Deletes the folder /Test/, of the resource type “Files”. <pre>connector.php?command=DeleteFolder&type=Files&curre...) |
|||
Line 1: | Line 1: | ||
+ | {{CKFinder_SSI_Warning}} | ||
== DeleteFolder == | == DeleteFolder == | ||
Revision as of 15:35, 16 January 2008
DeleteFolder
Deletes a folder.
Sample Request
Deletes the folder /Test/, of the resource type “Files”.
connector.php?command=DeleteFolder&type=Files¤tFolder=%2FTest%2F
Note that “currentFolder” contains the complete path of the folder.
Sample Response
<?xml version="1.0" encoding="utf-8"?> <Connector resourceType="Files"> <Error number="0" /> <CurrentFolder path="/Test/" url="/userfiles/files/Test/" acl="255" /> </Connector>
Note that the folder path may contain non ASC-II chars.