delphirtl
Version:
RTL functions from Delphi
28 lines (14 loc) • 603 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[](../globals.md) / IncludeTrailingPathDelimiter
> **IncludeTrailingPathDelimiter**(`APath`): `string`
Adds a path delimiter to the given string. If the path delimiter is already at the end of the string, does nothing.
• **APath**: `string`
Given path to check for delimiter to add to
`string`
The path with added delimiter
[](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L334)