LocalFile.flush Member

Syntax

object.flush();

Returns

Remarks

See Also

Source Code

function fo_close()
{
return this.outputStream.flush();
}