ShellBrowser .Net Edition
UnifyPath Method (aPath)
NamespacesJam.ShellPathCollectionUnifyPath(String)
Brings the path into a unified format. This makes it easier to eliminate duplicates.
Declaration Syntax
C#Visual BasicVisual C++
public static string UnifyPath(
	string aPath
)
Public Shared Function UnifyPath ( _
	aPath As String _
) As String
public:
static String^ UnifyPath(
	String^ aPath
)
Parameters
aPath (String)
the path that should be formated
Return Value
The given path in a unified format

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)