Function


nuContPakGetFree


Syntax

s32 nuContPakGetFree(NUContPakFile *file)
Arguments
*file	 Controller Pak structure
Return Value
Free space
Description

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.

See Also

nuContPakOpen