nn::fs::GetArchiveFreeBytes Function

Syntax

Result GetArchiveFreeBytes(
     s64 * pOut,
     wchar_t * archiveName
);

Arguments

Name Description
out pOut Returns the amount of free archive space.
in archiveName Specifies the archive name. Specify in the form L"save:".

Return Values

Returns the result of the operation.

Description

Gets the amount of free space in the archive.


CONFIDENTIAL