mfsRomGetFileDate
mfsRamGetFileDate

Syntax
s32 mfsRomGetFileDate(MfsDirID dirID, LEODiskTime* time)
s32 mfsRamGetFileDate(MfsDirID dirID, LEODiskTime* time)

Arguments

dirID   Directory ID of file (directory)
*time   Date of file (directory ) (LEODiskTime structure)

Return value

Error

Function

Obtains date of file (directory)

Description

This function obtains the date and time of the file (directory) specified by dirID and stores them in time.

Main errors
MFS_ERR_NO Normal termination
MFS_ERR_NOTFOUND Specified directory not found