[]
Create new folder with path
public IHttpActionResult CreateFolder(string path, string subpath = null)
Public Function CreateFolder(path As String, Optional subpath As String = Nothing) As IHttpActionResult
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | subpath | The sub path. |
| Type | Description |
|---|---|
| IHttpActionResult |