Zen API
zFile_Construct
C
zStatus zFile_Construct(zFile* file, const zChar* path, zFileMode mode);
Parameters
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. 
Description

Constructs a zFile object.

File

zFile.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.