ex88.pp 155 B

123456789
  1. Program example88;
  2. { This program demonstrates the LastDelimiter function }
  3. uses SysUtils;
  4. begin
  5. Writeln(LastDelimiter('\.:','c:\filename.ext'));
  6. end.