File stuff

Quote
In article <3a8a9992_2@dnews>, Ron wrote:
> I use this      Title := ExtractFileName(Name);
> to get the filename without the path, but I also would like to trim the
> extension as well

  Title := ChangeFileExt(ExtractFileName(Name),'');

 Mike Orriss (TeamB & Developer Express)
 (Unless stated otherwise, my replies relate to Delphi 5)
 (No unsolicited e-mail replies please)