Changeset 2


Ignore:
Timestamp:
Aug 29, 2013, 3:46:45 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Neber ohled na velikost písmen přípon souborů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GenPlaylist.pas

    r1 r2  
    1919      else if Rec.Name = '.' then continue
    2020      else if (Rec.Attr and faDirectory) > 0 then FileSearch(Path + Rec.Name, FileName, BasePAth)
    21       else if ExtractFileExt(Rec.Name) = FileName then begin
     21      else if LowerCase(ExtractFileExt(Rec.Name)) = LowerCase(FileName) then begin
    2222        //WriteLn('File: ' + Rec.Name);
    2323        ItemFileName := ParamStr(2) + Copy(Path + Rec.Name, Length(BasePath) + 2, High(Integer));
Note: See TracChangeset for help on using the changeset viewer.