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-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!.POSTED!not-for-mail From: Oliver Kleinke Newsgroups: comp.lang.ada Subject: Re: procedure Make_File_Gone (Name : in String); Date: Wed, 20 Jul 2011 09:03:27 +0200 Organization: Mixmin Message-ID: <20110720090327.04317732@C-01b> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: news.mixmin.net; posting-host="df9a4c129486721f3e32ae5d62c04c0b"; logging-data="26417"; mail-complaints-to="abuse@mixmin.net" X-Newsreader: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Xref: g2news2.google.com comp.lang.ada:21202 Date: 2011-07-20T09:03:27+02:00 List-Id: Am Wed, 20 Jul 2011 06:04:18 +0000 (UTC) schrieb tmoran@acm.org: > 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. Unlink, Remove, Delete, ... Silent_Unlink, ... or maybe Unlink (Silent => True), ...