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.1
Syntax public static string IncludeTrailingPathDelimiter(
string aPath
)
Public Shared Function IncludeTrailingPathDelimiter (
aPath As String
) As String
public:
static String^ IncludeTrailingPathDelimiter(
String^ aPath
)
static member IncludeTrailingPathDelimiter :
aPath : string -> string
Parameters
- aPath
- Type: SystemString
A directory path
Return Value
Type:
StringThe given path with one trailing DirectorySeparatorChar
See Also