nn::fs::FileOutputStream::Finalize Member Functionvoid Finalize();
None.
If the file is open, this function closes it and destroys the object.
If this function is called while written data has not been flushed, a panic results except for Release builds. Be sure to correctly flush written data by calling TryFlush before calling this function.
CONFIDENTIAL