nn::fs::ResultArchiveInvalidated Class

Syntax

class ResultArchiveInvalidated

Description

An archive has become invalid.

This error indicates that a previously mounted archive has become invalid, possibly because the card has been removed.
Don't forget to handle this error when you deal with archives on SD Cards.

If you receive this error, close (call Finalize on) all of the files and directories open on the archive in question, then call the nn::fs::Unmount function. Try to re-mount after that.

Revision History

2010/12/17
Added information on error handling.
2010/10/30
Initial version.

CONFIDENTIAL