Click or drag to resize

PathCollectionExcludeTrailingPathDelimiter Method

Makes sure that the given paths does not end with System.IO.Path.DirectorySeperatorChar.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static string ExcludeTrailingPathDelimiter(
	string aPath
)

Parameters

aPath
Type: SystemString
A directory path

Return Value

Type: String
The given path without a trailing DirectorySeperatorChar
See Also