[fpc-devel] GetAppConfigDir under Unices

Michalis Kamburelis michalis at camelot.homedns.org
Fri Nov 4 05:46:58 CET 2005


Hi

I just tested SysUtils.GetAppConfigDir under Linux and I see that it 
returns
   GetHomeDir + ApplicationName
(when Global = false). Shouldn't it rather return
   GetHomeDir + '.' + ApplicationName
? Config directories in user's home dir traditionally start with '.' to 
be somewhat "hidden". I would expect GetAppConfigDir to follow this 
practice.

Michalis



More information about the fpc-devel mailing list