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.0
Syntax
protected static bool FormatSelectionPath(
	ref string p_Path
)

Parameters

p_Path
Type: SystemString
The path that should be unified an checked.

Return Value

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