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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1681ab3140add819 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-26 15:47:07 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!news.stealth.net!jfk3-feed1.news.digex.net!dca6-feed2.news.digex.net!intermedia!newsfeed1.cidera.com!cyclone.tampabay.rr.com!cyclone.austin.rr.com!cyclone2.austin.rr.com!typhoon.austin.rr.com.POSTED!not-for-mail From: rajat@austin.rr.com (Rajat Datta) Newsgroups: comp.lang.ada Subject: Re: creating temporary files References: Reply-To: rajat@austin.rr.com Message-ID: User-Agent: slrn/0.9.6.3 (FreeBSD) Date: Thu, 26 Jul 2001 22:31:47 GMT NNTP-Posting-Host: 24.27.54.104 X-Complaints-To: abuse@rr.com X-Trace: typhoon.austin.rr.com 996186707 24.27.54.104 (Thu, 26 Jul 2001 17:31:47 CDT) NNTP-Posting-Date: Thu, 26 Jul 2001 17:31:47 CDT Organization: Road Runner - Texas Xref: archiver1.google.com comp.lang.ada:10621 Date: 2001-07-26T22:31:47+00:00 List-Id: On Thu, 26 Jul 2001 21:53:27 +0100, Martin Dowie wrote: >if the file already exists then you may have to "Open" >it rather it rather than "Create" it. No, it's a temp file. I presume if Create() supports creating temporary files if you specify an empty string as the name, it will take care to avoid files that already exist. rajat