Syntax
fileClose(fid)
Package
file
Short Name
close
Description
Excerpt |
---|
Closes a previously opened file and removes it from memory. |
...
Return value has no meaning.
Example
Code Block |
---|
use "file"; int fid = open(filename); //fileOpen fileClose(1234fid);//full name of the routine |
Notes
See also
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|
...