Click or drag to resize

FileStreamDescriptorFromFilePath Method

Creates a descriptor from a file path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileStreamDescriptor FromFilePath(
	string filePath
)

Parameters

filePath
Type: SystemString
The path.

Return Value

Type: FileStreamDescriptor
A FileStreamDescriptor instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also