Re: How to get a directory listing in FORMS 4.5?

From: Mark Lutze <lutze_at_qntm.com>
Date: 1996/09/10
Message-ID: <323613CB.225A_at_qntm.com>#1/1


Tim Nguyen wrote:
>
> Is there a way to get a directory listing in Forms 4.5 for Windows and
> return the filenames as a long string separate by a space.
>
> Thanks for any help,
> Tim

Tim

You might try doing a HOST('DIR *.* > tmp_dir.lis',no_screen), and then use the procedures (fopen, and get_line)in the text_io package read the contents of tmp_dir.lis. You could then format it as needed.

Mark Received on Tue Sep 10 1996 - 00:00:00 CEST

Original text of this message