#include <revolution/darch.h>
u32 DARCHGetArcSize(const DARCHFileInfo* fileInfo, const u32 fileInfoNum);
fileInfo |
Pointer to structure containing file information of a file to archive. |
fileInfoNum |
Number of files to archive. |
Returns the size of the specified file after archiving.
The DARCHGetArcSize function returns the size after archiving of the file specified by the DARCHFileInfo structure.
This function only calculates the size of the archive file image.
Actual archiving is performed by running the DARCHCreate function.
2007/10/10 Initial version.
CONFIDENTIAL