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,ed38969e39db79b8 X-Google-Attributes: gid103376,public From: Hans Marqvardsen Subject: Re: Ada95 file management, (Rename, Wildcard) Date: 1998/08/30 Message-ID: <35E8FD6D.28EE@ddre.dk>#1/1 X-Deja-AN: 386345970 Content-Transfer-Encoding: 7bit References: <35E522F3.5A8F@ddre.dk> <35EA111C.B03@atlas.otago.ac.nz> Content-Type: text/plain; charset=us-ascii Organization: DDRE Mime-Version: 1.0 Reply-To: hm@ddre.dk_nospam Newsgroups: comp.lang.ada Date: 1998-08-30T00:00:00+00:00 List-Id: Dr Richard A. O'Keefe wrote: > > Hans Marqvardsen wrote: > > 1: Is it a fact, that Ada95 has no language-defined procedure allowing > > you to rename files, or to search for wildcard filenames ? > > There are no wildcard facilities in the C89, C++98, Pascal, Fortran > Renaming and wildcards are *operating-system* features... Guess, that creating or opening files are operating-system features as well. Fortunately, these _are_ included in the RM. Hans