function AppendPathDelimiter(const S: String): String;
AppendPathDelimiter('C:\TMTPL'); // returns 'C:\TMTPL\' AppendPathDelimiter('C:\TMTPL\SAMPLES\'); // returns 'C:\TMTPL\SAMPLES\'