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