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 arcive that directly accesses the inserted SD Memory Card. Execution 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, it must first be unmounted using the nn::fs::Unmount function and then the nn::fs::MountSdmc function must be executed again.

Revision History

2010/09/10
Initial version.

CONFIDENTIAL