ini - check inifile exist delphi -


How can I check if an INIfile exists? In a special path and under a specific name?

For example this way ...

  If FileExists ( 'C: \ yourinifile.ini') then ShowMessage ('c: \ yourinifile.ini exists')');    

Comments