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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -