Flist

From Scriptwiki
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.