From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,814d0ec938d6e4da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-26 07:14:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!deine.net!gitoyen!freenix!enst!enst.fr!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: How to find directory where the program is? Date: Fri, 26 Apr 2002 17:13:30 +0300 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3CC6D15A.2070509@mail.com> <3cc73115.426446486@news.cis.dfn.de> <3CC9459E.7A49A4F7@nbi.dk> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: avanie.enst.fr 1019830444 4293 137.194.161.2 (26 Apr 2002 14:14:04 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 26 Apr 2002 14:14:04 +0000 (UTC) Return-Path: Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:23143 Date: 2002-04-26T17:13:30+03:00 In comp.lang.ada, you wrote: > Hi Preben, > > Perhaps you should consider putting a hidden file in the user's > home directory. > > Many programs use this technique, not only for user preferences > but for the location of files. > > By way of example, here are some hidden files in my home directory > on a Linux machine, showing that the practice is widespread. Actually I will put a hidden directory to store all the user settings. Preben