FS_GetSeekCacheSize

Syntax


#include <nitro/fs.h>

u32 FS_GetSeekCacheSize(const char *path);

Arguments

path Path of the file for which the seek cache buffer is required.

Return Values

Returns the required size of the seek cache buffer if the specified path is a valid file; returns 0 otherwise.

Description

Calculates the sufficient size of the buffer specified with FS_SetSeekCache().

See Also

FS_SetSeekCache

Revision History

2008/06/26 Initial version.


CONFIDENTIAL