[]
Move files from current path to destination path
[HttpGet]
[Route("api/storage/Move/{*path}")]
public IActionResult MoveFile(string path, string subpath = null)
<HttpGet>
<Route("api/storage/Move/{*path}")>
Public Function MoveFile(path As String, Optional subpath As String = Nothing) As IActionResult
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | subpath | The file name |
| Type | Description |
|---|---|
| IActionResult |