[]
Move files from current path to destination path
public IHttpActionResult MoveFile(string path, string subpath = null)
Public Function MoveFile(path As String, Optional subpath As String = Nothing) As IHttpActionResult
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | subpath | The file name |
| Type | Description |
|---|---|
| IHttpActionResult |