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