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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,814d0ec938d6e4da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-24 19:37:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!newsfeed.cs.wisc.edu!newsfeed.mathworks.com!wn3feed!wn2feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <3CC6191D.2DB44898@easystreet.com> <3CC6CF6F.6DAB1D05@san.rr.com> Subject: Re: How to find directory where the program is? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52.ops.asp.att.net 1019702258 12.225.227.101 (Thu, 25 Apr 2002 02:37:38 GMT) NNTP-Posting-Date: Thu, 25 Apr 2002 02:37:38 GMT Organization: AT&T Broadband Date: Thu, 25 Apr 2002 02:37:38 GMT Xref: archiver1.google.com comp.lang.ada:23094 Date: 2002-04-25T02:37:38+00:00 List-Id: I do have a solution for getting the path and name of the current executable but it rather involved and very specific to windows. From the initial post I thought you were looking for a solution that is not platform specific. Isn't this the case? SteveD