Project

General

Profile

Flist » History » Revision 3

Revision 2 (Per Amundsen, 05/24/2018 10:17 AM) → Revision 3/4 (Per Amundsen, 02/16/2023 12:39 PM)

_Added in 1.9.0_ 

 */flist [handle]* 

 Lists all open files, or those matching the specified handle. 

 [[Scripting_Wildcards|Wildcards]] can be used. 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | [handle] | - Handle to match. | 

 *Examples* 

 <pre> 
 ;List all open files matching myhandle*. 
 /flist myhandle* 

 ;List all open files. 
 /flist 
 </pre>