PathCollectionUnifyPath Method |
Brings the path into a unified format. This makes it easier to eliminate duplicates.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static string UnifyPath(
string aPath
)
Public Shared Function UnifyPath (
aPath As String
) As String
public:
static String^ UnifyPath(
String^ aPath
)
static member UnifyPath :
aPath : string -> string
Parameters
- aPath
- Type: SystemString
the path that should be formated
Return Value
Type:
StringThe given path in a unified format
See Also