View on GitHub

LiTools

Tools

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