Description
This API is used to create a new folder on the server by giving a path in the query.
HTTP Method
Post
Parameters
path = (the relative path to the definition in the server tree.)
Permissions
Server Permission Requirements: Write
Example
http://localhost:24780/create_folder.rq?path=MyFolder/NewFolder
Will create a new folder with the name NewFolder in the MyFolder folder.
0 Comments