![]() |
• File Manager | ||||||||||||||
|
API Links
Developer Links
|
class FileDefined in:
The C4Files.hFile class is used for reading from and writing to disk files.
Definition
Member Functions
Constructor
Description
The File class encapsulates the opening, closing, reading, and writing of disk files. Once a File object has been constructed, a file can be opened using the File::Open function. A file is automatically closed when the File object is destroyed, but it's also possible to explicitly close a file using the File::Close function.
See Also
|