DEADSOFTWARE

do not use TFileStream directly, use `openDiskFileRO()` and `createDiskFile()` from...
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Mon, 18 Apr 2016 07:28:30 +0000 (10:28 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Mon, 18 Apr 2016 07:28:30 +0000 (10:28 +0300)
also, use `findFileCI()` from "utils.pas" to find correct disk path/filename.
those calls will automatically do case-insensitive search on POSIX systems.


No differences found