[]
Create new folder with path
[HttpPost]
[Route("api/storage/Folder/{*path}")]
public IActionResult CreateFolder(string path, string subpath = null)
Type | Name | Description |
---|---|---|
string | path | The path. |
string | subpath | The sub path. |
Type | Description |
---|---|
IActionResult |