On Fri, 4 Nov 2005, Michalis Kamburelis wrote:

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.

It should. I'll have a look at it, thanks for reporting this.

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to