Du läser för närvarande dokumentationen för:
ECF_GetFileInfo
The ECF_GetFileInfo function retrieves information about a specific file or directory.
ECF_ErrorCode ECF_GetFileInfo(
   const char *path,
   struct ECF_FileDirectoryData *pFileDirectoryData
);
Parameters
path
This is the path to the file or directory to retrieve data about.
pFileDirectoryData
This is a pointer to a struct that will be filled with information about the file or directory.
Return value
Returns one of the EcFAT error codes (ECFERR_SUCCESS on success)
Remarks
None.