nn::fs::MountSdmc Function

Syntax

Result MountSdmc(
     const char * archiveName = "sdmc:"
);

Arguments

Name Description
in archiveName Specifies the name of the archive. (In the overloaded version of this function in which this argument is omitted, "sdmc:" is specified implicitly.)

Return Values

Returns the result of the operation.

Description

Mounts an archive that directly accesses the SD Memory Card (for debugging only).

Mounts the archive that directly accesses the inserted SD Memory Card. The function fails if an SD Memory Card is not inserted or the SD Memory Card is not formatted. To mount a previously mounted SD Memory Card that has been pulled out and then re-inserted, you must first unmount the card using the nn::fs::Unmount function, then execute the nn::fs::MountSdmc function again.


Note: This type of archive is only for debugging and cannot be accessed from retail versions.

Revision History

2010/09/10
Initial version.

CONFIDENTIAL