copyToFile

Overwrites the specified file with the contents of this SUPBigBinary object.

Any previous contents of the file are discarded. Throws an SUPObjectNotSavedException if this SUPBigBinary object is an attribute of an entity that has not yet been created in the database. Throws a SUPStreamNotClosedException if the object is not closed.

Syntax

- (void)copyToFile :(SUPString)filepath;

Parameters