Click or drag to resize

LocalFileSystemDirectoryCreate Method

Creates the specified directory.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void DirectoryCreate(
	string fullPath,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The path of the directory to create.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of errors.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also