![]() |
• 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.File objects support both synchronous and asynchronous read and write operations. Operations occur synchronously when the File::Read and File::Write functions are used and occur asynchronously when the File::ReadAsync and File::WriteAsync functions are used.
Base Classes
See Also
File::Open
File::Close
FileMgr
|