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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a42a9e2a65b6a5c7 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Temporary files in Ada95. Date: 1999/03/26 Message-ID: <1999Mar26.164208.1@eisner>#1/1 X-Deja-AN: 459496508 X-Nntp-Posting-Host: eisner.decus.org References: <7dfrv7$gvv$1@nnrp1.dejanews.com> <7de1t6$usl$1@nnrp1.dejanews.com> <36FBB978.D44CF370@utech.net> X-Trace: news.decus.org 922484531 7284 KILGALLEN [192.67.173.2] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-03-26T00:00:00+00:00 List-Id: In article <36FBB978.D44CF370@utech.net>, "Jeffrey D. Cherry" writes: > The file does not exist after the program terminates as you would > expect. The only odd thing I found is that the temporary file is > created at the root directory of the current drive and not in the > current directory of the current drive. I would have expected the file > to be created in the current directory or in the system's TEMP > directory. So what happens if the user running the program does not have write access to the root directory of the current drive ? Larry Kilgallen