PathCollectionUnifyPath Method |
Brings the path into a unified format. This makes it easier to eliminate duplicates.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 String
- the path that should be formated
Return Value
StringThe given path in a unified format
See Also