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

Parameters

aPath  String
A directory path

Return Value

String
The given path without a trailing DirectorySeperatorChar
See Also