close-file file-id <file id> \
[ status <status> ]
Copied!
close-file closes file <file id> previously opened with open-file, where <file id> is an open file identifier.
You can obtain the status of file closing via <status> number (in "status" clause). The <status> is GG_OKAY if file is closed, or GG_ERR_CLOSE if could not close file.
If you do not close a file opened with open-file, Gliimly will automatically close it when the request ends.