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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:6813:: with SMTP id d19-v6mr1722317ioc.7.1528305654892; Wed, 06 Jun 2018 10:20:54 -0700 (PDT) X-Received: by 2002:a9d:520c:: with SMTP id e12-v6mr147344oth.11.1528305654733; Wed, 06 Jun 2018 10:20:54 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!u74-v6no2058024itb.0!news-out.google.com!f20-v6ni2374itd.0!nntp.google.com!u74-v6no2058015itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 6 Jun 2018 10:20:54 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2003:78:8e52:6c01:21e:65ff:fe2a:42e; posting-account=3zVVBwoAAAC7BSMfgNP7DSbqU9urpt40 NNTP-Posting-Host: 2003:78:8e52:6c01:21e:65ff:fe2a:42e References: <8d88b7fa-3939-43d5-9de3-e16eee656a15@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <81876d1e-5b36-40fb-89a4-57d9b1d10662@googlegroups.com> Subject: Re: how to read status of current_output From: mario.blunk.gplus@gmail.com Injection-Date: Wed, 06 Jun 2018 17:20:54 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:52959 Date: 2018-06-06T10:20:54-07:00 List-Id: On Wednesday, June 6, 2018 at 1:01:51 PM UTC+2, Marius Amado-Alves wrote: > Status = Name ?!?!? name (current_output) returns the absolute path and the file name where the output data goes. Something like /home/mike/tmp/dummy.txt. It is not exactly what I was looking for but, however it solves my problem. The interesting question is: What does name (current_output) return if the current_output is the standard_output ? Under Linux/UNIX one would expect something like /dev/tty... But what under Windows ?