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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b97aa4480eccc494 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!62.111.101.3.MISMATCH!news.germany.com!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: How to get the application path From: Georg Bauhaus In-Reply-To: <46a456aa$0$25908$426a34cc@news.free.fr> References: <46a456aa$0$25908$426a34cc@news.free.fr> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1185216665.18184.20.camel@sonnenregen> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Mon, 23 Jul 2007 20:51:06 +0200 NNTP-Posting-Date: 23 Jul 2007 20:51:06 CEST NNTP-Posting-Host: c3a3cf7d.newsspool4.arcor-online.net X-Trace: DXC=ak87>mLKDAVmG86`U=_nC_4IUKejVXKBH:4J>@hC_C8CVWSeAAR\ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:16562 Date: 2007-07-23T20:51:06+02:00 List-Id: On Mon, 2007-07-23 at 09:20 +0200, Rangdalf wrote: > 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. If you are programming in the .NET environment, call Application.startupPath (with A#).