Click or drag to resize
Galactic API

DirectoryClone Method

Clones a directory to a new location. Does not copy any files or folders beneath it.

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

Parameters

path
Type: SystemString
The path of the directory to clone.
newPath
Type: SystemString
The destination path to clone the directory to.

Return Value

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