BufferedFile::ChangeSize

BufferedFile::ChangeSize
virtual SF_EXPORT bool ChangeSize(int newSize);
Description

ChangeSize changes the size of the file.

Parameters
Parameters 
Description 
int newSize 
New size of the file. 
Return Value

A Boolean value of 1 if size of the file is changed successfully, otherwise 0.

See Also