Click or drag to resize

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.2
Syntax
public static string UnifyPath(
	string aPath
)

Parameters

aPath  String
the path that should be formated

Return Value

String
The given path in a unified format
See Also