APLX Help : Help on APL language : System Functions & Variables : ⎕LIB Return names of files in directory
|
|
|
|
|
For example, under Windows you might have: ⎕LIB 1
run2.aws
run3.aws
README.txt
⎕LIB 'C:\'
temp
My Music
DELL
I386
AdobeWeb.log
PDOXUSRS.NET
PAGEFILE.SYS
NTDETECT.COM
DRIVERS
Documents and Settings
Firefox
temp.gif
temp.bmp
The file names are returned in full, including any file extension. 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 : ⎕LIB Return names of files in directory
|
|
Copyright © 1996-2010 MicroAPL Ltd