ShellBrowser .Net Edition
ExcludeTrailingPathDelimiter Method (aPath)
NamespacesJam.ShellPathCollectionExcludeTrailingPathDelimiter(String)
Makes sure that the given paths does not end with System.IO.Path.DirectorySeperatorChar.
Declaration Syntax
C#Visual BasicVisual C++
public static string ExcludeTrailingPathDelimiter(
	string aPath
)
Public Shared Function ExcludeTrailingPathDelimiter ( _
	aPath As String _
) As String
public:
static String^ ExcludeTrailingPathDelimiter(
	String^ aPath
)
Parameters
aPath (String)
A directory path
Return Value
The given path without a trailing DirectorySeperatorChar

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