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

Parameters

aPath
Type: SystemString
the path that should be formated

Return Value

Type: String
The given path in a unified format
See Also