(Created page with '{{CKFinder_2.x_SSI_Warning}} == DeleteFolder == Deletes a folder. === Sample Request === Deletes the folder /Test/, of the resource type “Files”. <pre>connector.php?comman…') |
(No difference)
|
Latest revision as of 21:06, 14 May 2010
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.