Click or drag to resize

PathCollectionIncludeTrailingPathDelimiter Method

Makes sure that the given paths end with System.IO.Path.DirectorySeparatorChar.

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

Parameters

aPath  String
A directory path

Return Value

String
The given path with one trailing DirectorySeparatorChar
See Also