LoadDirAttrib Function

Microchip MDD File System Interface

MDDFS Interface Library Help
LoadDirAttrib Function
C
DIRENTRY LoadDirAttrib(
    FILEOBJ fo, 
    WORD * fHandle
);
Description

This function will cache the sector of directory entries in the directory pointed to by the dirclus value in the FSFILE object 'fo' that contains the entry that corresponds to the fHandle offset. It will then return a pointer to the directory entry in the global data buffer.

Preconditions

This function should not be called by the user.

Parameters
Parameters 
Description 
fo 
Pointer to file structure 
fHandle 
Information location 
Return Values
Return Values 
Description 
Pointer to the directory entry 
NULL 
Directory entry could not be loaded 
Side Effects

None

Remarks

None.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.