nn::fs::FormatSaveData FunctionResult FormatSaveData( size_t maxFiles, size_t maxDirectories );
| Name | Description | |
|---|---|---|
| in | maxFiles | Specifies the maximum number of files. |
| in | maxDirectories | Specifies the maximum number of directories. |
Formats a save data region.
Formats an application-specific save data region. Calling this function will erase any save data that may have existed there.
When you format this save data region, you can specify the maximum number of files and directories that can be created in it. The system will not allow creation of files and directories in excess of these values.
CONFIDENTIAL