bool MoveFile(string from, string to)
Moves and/or renames a file. Trust Level Required: High
Parameters
| Name | Description |
| from | The old path of the file. |
| to | The new path of the file. |
Return
True on success, and false if the file did not exist.
Moves and/or renames a file. Trust Level Required: High
| Name | Description |
| from | The old path of the file. |
| to | The new path of the file. |
True on success, and false if the file did not exist.