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,e9f23ec17d6c1910 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!out03b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!news-in-02.newsfeed.easynews.com!easynews.com!easynews!sn-xt-sjc-02!sn-xt-sjc-07!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail From: "ME" Newsgroups: comp.lang.ada Subject: Re: Default directory in Ada 2005 Date: Fri, 5 Oct 2007 22:14:05 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <13ge6d348ciln86@corp.supernews.com> References: <13gbgp41ajc4071@corp.supernews.com> <1191599479.895076.191170@k79g2000hse.googlegroups.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Original X-Complaints-To: abuse@supernews.com Xref: g2news2.google.com comp.lang.ada:2323 Date: 2007-10-05T22:14:05-07:00 List-Id: This does not appear to work. Since open was Ada 95 was it rewritten to use default directory ? "Adam Beneschan" wrote in message news:1191599479.895076.191170@k79g2000hse.googlegroups.com... > On Oct 4, 9:52 pm, "ME" wrote: >> If the default directory is set then can I just omit the path in "Open" >> so that it will use it or is something else meant by default? > > If you mean that you've used Directories.Set_Directory to set the > default directory, then yes, I think the default directory is supposed > to be used for any external file names that aren't fully specified (A. > 16(48)). > > -- Adam > >