Project

General

Profile

Flist » History » Revision 2

Revision 1 (Per Amundsen, 02/10/2014 09:42 PM) → Revision 2/4 (Per Amundsen, 05/24/2018 10:17 AM)

_Added in 1.9.0_ 

 */flist [handle]* 

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

 [[Scripting_Wildcards|Wildcards]] Wildcards can be used. 

 *Parameters* 

 [handle] - Handle to match. 

 *Examples* 

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

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