Flist » History » Version 1
Per Amundsen, 02/10/2014 09:42 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 | Wildcards can be used. |
||
8 | |||
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> |