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,7eef1e530c6ffb21 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!e7g2000vbj.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: procedure Make_File_Gone (Name : in String); Date: Wed, 20 Jul 2011 00:34:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3ad9f5d6-ac6a-4d99-863c-e846e65b0292@e7g2000vbj.googlegroups.com> References: NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1311147247 20145 127.0.0.1 (20 Jul 2011 07:34:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Jul 2011 07:34:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e7g2000vbj.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALERCFNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20233 Date: 2011-07-20T00:34:07-07:00 List-Id: On Jul 20, 7:04=A0am, tmo...@acm.org wrote: > What's a good name for a procedure that does an > Ada.Directories.Delete_File if the file exists, and silently returns if > the file is already gone. Delete_File_If_Present? -- Martin