Actions
Added in 1.9.0
/flist [handle]
Lists all open files, or those matching the specified handle.
Wildcards can be used.
See also /fopen, /fclose, /fwrite, /fseek, $fread, $fgetc, $feof, $ferr, $fopen.
Parameters
Parameter | Description |
[handle] | Handle to match. |
Examples
;List all open files matching myhandle*. /flist myhandle* ;List all open files. /flist
Updated by Per Amundsen over 1 year ago · 4 revisions