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

Parameters

aPath
Type: SystemString
A directory path

Return Value

Type: String
The given path with one trailing DirectorySeparatorChar
See Also