Click or drag to resize
Galactic API

DirectoryCreate Method

Creates a directory at the specified path.

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

Parameters

path
Type: SystemString
The path of the directory to create.

Return Value

Type: Boolean
True if the directory was created or already exists. False if an error occured and the directory could not be created.
See Also