Click or drag to resize

LocalFileSystem Constructor

Initializes a new instance of the LocalFileSystem class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public LocalFileSystem(
	string directoryPath,
	LocalFileSystemOptions options = null
)

Parameters

directoryPath
Type: SystemString
The directory path.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationLocalFileSystemOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullExceptiondirectoryPath is null.
ArgumentExceptiondirectoryPath is not rooted.
See Also