nn::fs::Unmount Function

Syntax

Result Unmount(
const char * archiveName
);

Arguments

Name Description
in archiveName Specifies the archive name.

Return Values

Returns the result of the operation.

Description

Unmounts an archive.

Call this function to unmount a region when a mounted archive is no longer necessary. If save data is mirrored (copied), do not forget to call the CommitSaveData function before you unmount the archive. Even if save data is not mirrored, be sure to flush each file.

Revision History

2010/11/13
Added cautions for unmounting.
2010/08/16
Initial version.

CONFIDENTIAL