File::IsWritable

File::IsWritable
virtual bool IsWritable() const = 0;
Description

IsWritable determines whether the file is writeable. This method returns 1 if file's writeable, otherwise 0.

Return Value

A Boolean value of 1 if file's writeable, otherwise 0.