Click or drag to resize
Galactic API

DirectoryMove Method

Moves a directory to a new location.

Namespace:  Galactic.FileSystem
Assembly:  Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static bool Move(
	string path,
	string newPath
)

Parameters

path
Type: SystemString
The path of the directory to move.
newPath
Type: SystemString
The path to the new location to move the directory.

Return Value

Type: Boolean
True if the directory was moved. False otherwise.
See Also