Click or drag to resize

KnownFolderFind Method (String, FFFP_MODE)

Finds a known folder from a path.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static KnownFolder Find(
	string path,
	FFFP_MODE mode = FFFP_MODE.FFFP_EXACTMATCH
)

Parameters

path
Type: SystemString
The path.
mode (Optional)
Type: callback.ShellBoost.Core.WindowsShellFFFP_MODE
The mode.

Return Value

Type: KnownFolder
A KnownFolder instance or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also