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!postnews.google.com!k79g2000hse.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Default directory in Ada 2005 Date: Fri, 05 Oct 2007 08:51:19 -0700 Organization: http://groups.google.com Message-ID: <1191599479.895076.191170@k79g2000hse.googlegroups.com> References: <13gbgp41ajc4071@corp.supernews.com> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191599480 19244 127.0.0.1 (5 Oct 2007 15:51:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Oct 2007 15:51:20 +0000 (UTC) In-Reply-To: <13gbgp41ajc4071@corp.supernews.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k79g2000hse.googlegroups.com; posting-host=66.126.103.122; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2319 Date: 2007-10-05T08:51:19-07:00 List-Id: 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