Click or drag to resize

FILEDESCRIPTORFromFilePath Method

Creates a descriptor from a file path.

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

Parameters

filePath
Type: SystemString
The path.

Return Value

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