#include <nitro/fs.h>
static inline FSArchive* FS_GetAttachedArchive(const FSFile *p_file);
p_file | Address of the FSFile structure.It must hold the file information or the directory location. |
Returns a pointer to the archive associated with the specified file.
Returns a pointer to the archive associated with the specified file. Returns the pointer to the archive if it exists. The value is undefined when calling this function to the FSFile
structure without the file information or the directory location.
2004/07/13 Initial version.
CONFIDENTIAL