MemoryFile::ChangeSize

MemoryFile::ChangeSize
bool ChangeSize(int newSize);
Description

ChangeSize resizes the size of the file , returns 0 for failure.

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

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