_Added in 1.9.0_ */flist [handle]* Lists all open files, or those matching the specified handle. [[Scripting_Wildcards|Wildcards]] can be used. _See also [[/fopen]], [[/fclose]], [[/fwrite]], [[/fseek]], [[$fread]], [[$fgetc]], [[$feof]], [[$ferr]], [[$fopen]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | [handle] | Handle to match. | *Examples*
;List all open files matching myhandle*.
/flist myhandle*

;List all open files.
/flist