Directory.Move method
Move directory to new place.
public static bool Move(string from, string to)
parameter | description |
---|---|
from | current location. |
to | New location. |
Return Value
true or false.
See Also
- class Directory
- namespace LiTools.Helpers.IO