Fclose

From Scriptwiki
Revision as of 09:59, 2 July 2007 by Cail (talk | contribs)

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

Closes the file associated with this name.

/fclose <name | wildcard>


If you specify a wildcard, all matching names are closed.

Note that you should always close a file if possible as other programs won't be able to access it otherwise.

Example

/fclose moo

Closes the file assigned with the name moo.


/fclose *

Closes every file.

See Also