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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b97aa4480eccc494,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed2-b.proxad.net!nnrp2-1.free.fr!not-for-mail Date: Mon, 23 Jul 2007 09:20:02 +0200 From: Rangdalf User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: How to get the application path Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <46a456aa$0$25908$426a34cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 23 Jul 2007 09:20:11 MEST NNTP-Posting-Host: 82.233.112.193 X-Trace: 1185175211 news-4.free.fr 25908 82.233.112.193:1903 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:16542 Date: 2007-07-23T09:20:11+02:00 List-Id: Hi, In C# there is something like Application.startupPath. Is there a package or function to get this path. I can get the current directory but I need the application one. Regards