Click or drag to resize

Utils_DirectoryEnsureDirectory Method

Ensures that the given path exists in the current file system.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool EnsureDirectory(
	string absolutePath
)

Parameters

absolutePath
Type: SystemString
Path to ensure.

Return Value

Type: Boolean
Returns TRUE if the directoy has been created, else FALSE if it already exists.
See Also