Changeset 489 for Common/UCommon.pas
- Timestamp:
- Oct 11, 2016, 4:17:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UCommon.pas
r476 r489 108 108 Find := FindFirst(UTF8Decode(Path + AFileSpec), faAnyFile xor faDirectory, SearchRec); 109 109 while Find = 0 do begin 110 DeleteFile UTF8(Path + UTF8Encode(SearchRec.Name));110 DeleteFile(Path + UTF8Encode(SearchRec.Name)); 111 111 112 112 Find := SysUtils.FindNext(SearchRec);
Note:
See TracChangeset
for help on using the changeset viewer.