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

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -