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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2d7ec12dd7db366 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-27 16:36:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.utk.edu!washdc3-snf1!washdc3-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: How to rename a file? Date: 27 Sep 2001 18:36:00 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1001633761 10465 192.135.80.34 (27 Sep 2001 23:36:01 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 27 Sep 2001 23:36:01 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:13448 Date: 2001-09-27T18:36:00-05:00 List-Id: In article , tmoran@acm.org writes: >>Is there a way to rename files in Ada? > Often. Consult your compiler's docs. Renaming files is usually > impossible in embedded systems, systems living entirely in ROM, etc. And renaming on a general purpose operating system is highly specific to the operating system in use. Some things are possible in one environment but not another.