RawFile.close
From Spheriki
Flushes and closes a RawFile.
Contents |
Usage
- rawfile Sphere RawFile object. The RawFile to close.
Usage
See examples for RawFile.write().
Notes
- After using this, the RawFile cannot be used to read from or write to the file. it is still possible to open the file again under a new RawFile handle.
- Disk operations are typically buffered for reasons of performance. To "flush" a file means to push the contents of the buffer to the disk so that it is written permanently.
See also
- Sphere RawFile