FCKeditor

DeleteFolder

From FCKeditor Docs

Jump to: navigation, search
Note: This information is intented for programmers interested in modifying the CKFinder core.
If you are interested in installing/configuring CFKinder, please take a look at Developer's Guide.

DeleteFolder

Deletes a folder.

Sample Request

Deletes the folder /Test/, of the resource type “Files”.

connector.php?command=DeleteFolder&type=Files&currentFolder=%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.

Personal tools
Powered by MediaWiki