Changeset 13 for trunk/USource.pas


Ignore:
Timestamp:
Dec 18, 2017, 10:13:15 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 1.8.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/USource.pas

    r9 r13  
    5353function TSource.GetDownloaded: Boolean;
    5454begin
    55   Result := DirectoryExistsUTF8(GetPath);
     55  Result := DirectoryExists(GetPath);
    5656end;
    5757
     
    134134  ExistedSource: TSource;
    135135begin
    136   if FileExistsUTF8(FileName) then
     136  if FileExists(FileName) then
    137137  try
    138138    ReadXMLFile(Doc, UTF8Decode(FileName));
Note: See TracChangeset for help on using the changeset viewer.