nn::fs::MountSaveData Function

Syntax

Result MountSaveData(
     const char * archiveName = "data:"
);

Arguments

Name Description
in archiveName Specifies the name of the archive. (If this argument is omitted, "data:" is specified.)

Return Values

Returns the result of the operation.

Description

Mounts a save data archive.

Mounts an application-specific save data region and gives it the specified archive name. The save data region must be formatted before it can be used. If calling this function returns the nn::fs::ResultNotFormatted function, call FormatSaveData to initialize the save data region, then call this function one more time to mount the region.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL