Fclose

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