IncludeTrailingPathDelimiter
I just wanted to log this as C# Builder does not have it and I always forget what it is called in Delphi.
'IncludeTrailingPathDelimiter ensures that a path name ends with a trailing path delimiter ('\" on Windows, '/' on Linux). If S already ends with a trailing delimiter character, it is returned unchanged; otherwise S with appended delimiter character is returned.'