Project

General

Profile

Flist » History » Version 2

Per Amundsen, 05/24/2018 10:17 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/flist [handle]*
4
5
Lists all open files, or those matching the specified handle.
6
7 2 Per Amundsen
[[Scripting_Wildcards|Wildcards]] can be used.
8 1 Per Amundsen
9
*Parameters*
10
11
[handle] - Handle to match.
12
13
*Examples*
14
15
<pre>
16
;List all open files matching myhandle*.
17
/flist myhandle*
18
19
;List all open files.
20
/flist
21
</pre>