Jump to content

Recommended Posts

Posted

hello

 

i tried to get current application directory using command ExtractFilePath(Application.ExeName). 

i wish to read a config file (.ini file). 

 

on vcl mode it works fine the app point it to it's binary location. eg D:\project\binary\

but on web mode it point to different path D:\xampp\apache\bin 

 

how do i get the location of it's current binary file on web mode ? 

 

 

thanks in advance 

Posted

Hi

 

You can use in the mainModule.OnCreate event the code :

 

  IniFile := TIniFile.Create(uniServerModule.StartPath+'config.ini');

 

 

regards Peter

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...