- Timestamp:
- Aug 29, 2013, 3:46:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GenPlaylist.pas
r1 r2 19 19 else if Rec.Name = '.' then continue 20 20 else if (Rec.Attr and faDirectory) > 0 then FileSearch(Path + Rec.Name, FileName, BasePAth) 21 else if ExtractFileExt(Rec.Name) = FileNamethen begin21 else if LowerCase(ExtractFileExt(Rec.Name)) = LowerCase(FileName) then begin 22 22 //WriteLn('File: ' + Rec.Name); 23 23 ItemFileName := ParamStr(2) + Copy(Path + Rec.Name, Length(BasePath) + 2, High(Integer));
Note:
See TracChangeset
for help on using the changeset viewer.