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.3 required=5.0 tests=BAYES_00,INVALID_MSGID 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: Matthew Heaney Subject: Re: Temporary files in Ada95. Date: 1999/03/31 Message-ID: #1/1 X-Deja-AN: 461252104 References: <36FFD831.AF11BA9C@utech.net> <7dfrv7$gvv$1@nnrp1.dejanews.com> <7de1t6$usl$1@nnrp1.dejanews.com> <36FBB978.D44CF370@utech.net> <1999Mar26.164208.1@eisner> <37026630.D6B9207C@utech.net> NNTP-Posting-Date: Wed, 31 Mar 1999 10:34:41 PDT Newsgroups: comp.lang.ada Date: 1999-03-31T00:00:00+00:00 List-Id: "Jeffrey D. Cherry" writes: > I don't think you want to ask "Is there a way to make ada not write > temporary files to the root directory?" since it's not really a language > issue. I view it as an implementation issue. The Form parameter is usually used for this kind of thing. > I would have thought that GNAT would create the temporary file in a > directory where the user has write access. Is there a Form parameter for GNAT, to specify where the temporary file gets declared?