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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,735898eec77c3ed7,start X-Google-Attributes: gid103376,public From: Kevin Burns Subject: How do I rename in ada? Date: 1997/03/26 Message-ID: <3339E226.584C@concentric.net>#1/1 X-Deja-AN: 228642054 Organization: Concentric Internet Services Reply-To: kjburns@concentric.net Newsgroups: comp.lang.ada Date: 1997-03-26T00:00:00+00:00 List-Id: I'm a programming student, and ada is the only language that I have experience with. I need a personal program which will read all file names in a directory, and then using if,then conditions it will rename certain files. What I need to know is how to do the actual renameing, and how to read the directory. I think I can do the rest of the code. I would like to avoid having to read in the whole file, and resave it under another name if possible. Thank's in advance, Kevin (kjburns@concentric.net)