Click or drag to resize

PathSelectionListFormatSelectionPath Method

Unifies the given path and checks if it exists.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected static bool FormatSelectionPath(
	ref string p_Path
)

Parameters

p_Path  String
The path that should be unified an checked.

Return Value

Boolean
true, if the path exists, false otherwise.
See Also