Zen API
zFile_Save
C
zStatus zFile_Save(const zChar* path, const zByte* data, zUIntPtr size);
Parameters
Parameters 
Description 
const zChar* path 
Path to the file. 
const zByte* data 
Pointer to the file contents. 
zUIntPtr size 
Size of the file contents. 
Description

Saves the specified data to the specified file.

File

zFile.h

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