Result MountSdmc( const char * archiveName = "sdmc:" );
| 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.) |
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.
CONFIDENTIAL