|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 12 > 18 > Telegram_2020-12-18T13 |
2020-12-18T13:10:00
I use fileexists and put the file in the rootmap of the service, in the template and wwwroot.
It is not found
2020-12-18T13:13:44
a reset(f) gives file not found
2020-12-18T13:43:47
Debug the service durnig start up. Also use TFilestream or TStrings.Load... instead of Reset.. Reset is ancient pascal compatibility, no one uses it any more and hasnt for decades.
2020-12-18T13:44:07
or TStringStream etc.. or the TINI classes are even easier of all.