Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕NNAMES List names of tied native files
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

⎕NNAMES Return file names of all tied files


The niladic ⎕NNAMES function returns a character matrix identifying all the files currently tied. The rows of the result have the same order as the tie numbers returned by ⎕NNUMS. Note that each row gives the full path name of a currently tied file, irrespective of whether a full or relative path was specified when the file was tied.


Topic: APLX Help : Help on APL language : System Functions & Variables : ⎕NNAMES List names of tied native files
[ Previous | Next | Contents | Index | APL Home ]