File::ChangeSize

File::ChangeSize
virtual bool ChangeSize(int newSize) = 0;
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.