nn::fs::FileOutputStream::FileOutputStream Constructor

Syntax

FileOutputStream();

Arguments

None.

Description

Constructor.

In the overloaded version without arguments, no file will be opened. You must call the TryInitialize function separately to manipulate files.

In the overloaded version with the path name specified, it opens the file at the specified path with write-only access, and enables writing.

Important

For expanded save data, you must explicitly create a file using the nn::fs::TryCreateFile function before calling this function. Note: Specifying true for createIfNotExist when using expanded save data will cause an error. See Archives for details about expanded save data.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL