Click or drag to resize

FileSystemAsureDir Method

Makes sure a directory exists. Creates it, if it does not exist yet.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static string AsureDir(
	string path
)

Parameters

path
Type: SystemString
A path to the directory.

Return Value

Type: String
A path to the directory.
See Also