zStatus zFile_Construct(zFile* file, const zChar* path, zFileMode mode);
|
Parameters |
Description |
|
zFile* file |
Destination for the constructed object handle. |
|
const zChar* path |
Path to the file |
|
zFileMode mode |
Specifies how to open the file. |
Constructs a zFile object.
zFile.h