/
fileClose
fileClose
Description
Closes a previously opened file and removes it from memory.
Parameters
Return Type
None
Return value has no meaning.
Error Handling
Throws String
Errors:
"invalid": if the path is invalid
"cannot_work_on_directory": if the path is a directory, in fact, and not a file
"unresolvable": if the file cannot be resolved
"notfound": if the file is not found
Example
Example 1
use "file";
int fid = open(filename); //fileOpen
fileClose(fid);//full name of the function
See also
, multiple selections available,
Related content
fileWrite
fileWrite
Read with this
fileClose
fileClose
More like this
printInFile
printInFile
Read with this
fileClose
fileClose
More like this
Operators reference
Operators reference
Read with this
fileOpen
fileOpen
More like this