Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IIS isapi bug
#2
Hi Joel. If this is an external file, isapi is located in different path. This code read file in the same path.

Code:
if IsLibrary then
  txt := ExtractFilePath( GetModuleName( HInstance ) ) + 'MyINIFile.ini'
else
  txt := ExtractFilePath( ParamStr(0) ) + 'MyINIFile.ini';
Reply


Messages In This Thread
IIS isapi bug - by joel - 02-22-2019, 07:00 AM
RE: IIS isapi bug - by Jose Nilton Pace - 02-22-2019, 10:41 AM
RE: IIS isapi bug - by kudzu - 02-22-2019, 02:02 PM
RE: IIS isapi bug - by joel - 02-23-2019, 02:46 PM
RE: IIS isapi bug - by kudzu - 02-28-2019, 03:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)