Click or drag to resize

FileSystemEntryCreateDirectoryByPath Method

Creates a new directory using a path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool CreateDirectoryByPath(
	string path,
	bool throwOnError = true
)

Parameters

path
Type: SystemString
The path of the directory to be created.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: Boolean
true if the operation succeeded; otherwise false.
See Also