Function
nuContPakGetFree
Syntax:
s32 nuContPakGetFree(NUContPakFile *file)
Arguments:
*file Controller Pak structure
Return Value:
Free space
Explanation:
Gets the free space in the Controller Pak
Gets the amount of free space in the Controller Pak in bytes. For "file," the device must be opened by the nuContPakOpen function.
The value returned from the osPfsFreeBlocks function is stored in file.error.
Reference: nuContPakOpen