Summary
Appends the directory separator character at the end of the string if it doesn't already exist.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core .FileSystem - Containing Type
- PathUtilities
Syntax
public static string AppendDirectorySeparatorCharToDirectory(string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The directory path. |
Return Value
| Type | Description |
|---|---|
| string | The path with the appended directory separator character. |