Click or drag to resize

FileSystemEntryFromPath Method

Gets an entry from a path.

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

Parameters

path
Type: SystemString
The path to use.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: FileSystemEntry
An entry instance or null.
See Also