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