Click or drag to resize

PathSelectionListIsLinkedPath Method

Check if the passed path is a link.

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

Parameters

sFQPath  String
Full qualified path, which should be checked.

Return Value

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