PathSelectionListFormatSelectionPath Method |
Unifies the given path and checks if it exists.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected static bool FormatSelectionPath(
ref string p_Path
)
Protected Shared Function FormatSelectionPath (
ByRef p_Path As String
) As Boolean
protected:
static bool FormatSelectionPath(
String^% p_Path
)
static member FormatSelectionPath :
p_Path : string byref -> bool
Parameters
- p_Path
- Type: SystemString
The path that should be unified an checked.
Return Value
Type:
Booleantrue, if the path exists, false otherwise.
See Also