Click or drag to resize

KnownFolderFind Method (String, FFFP_MODE)

Finds a known folder from a path.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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: 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