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