APLX Help : Help on APL language : System Functions & Variables : ⎕FLIB Return names of component files in directory
|
|
![]() |
|
For example, under Windows you might have: ⎕FLIB 1 RUN4 JIM COPY ⎕FLIB 'C:\TEMP' RUN3 Only files which end in the .aqf extension will appear in the list. The extension is stripped from the names of the files returned. See also Special considerations for Client-Server implementations of APLXIn Client-Server implementations of APLX, the front-end which implements the user-interface (the "Client") runs on one machine, and the APLX interpreter itself (the "Server") can run on a different machine. In such systems, you can specify whether the directory being searched is on the Client or the Server machine. You do this by preceding the path name with either an Up Arrow |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕FLIB Return names of component files in directory
|
Copyright © 1996-2010 MicroAPL Ltd