Flist

From Scriptwiki
Revision as of 23:44, 18 December 2005 by Doomie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Lists all open files, or those matching the specified name or wildcard.

/flist [name | wildcard]


If you specify a name, it will list only this file, if existing.

Example

/flist moo

Will list the file moo if existing, else echo * flist: no open files.


/flist *

Will list all open files.