Project

General

Profile

Flist » History » Version 3

Per Amundsen, 02/16/2023 12:39 PM

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 3 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| [handle] | Handle to match. |
14 1 Per Amundsen
15
*Examples*
16
17
<pre>
18
;List all open files matching myhandle*.
19
/flist myhandle*
20
21
;List all open files.
22
/flist
23
</pre>