Click or drag to resize

PathSelectionListIsLinkedPath Method

Check if the passed path is a link.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected static bool IsLinkedPath(
	string sFQPath
)

Parameters

sFQPath
Type: SystemString
Full qualified path, which should be checked.

Return Value

Type: Boolean
Returns true when the passed path is a link and false if not.
See Also