Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

Directory Access Functions

 

void

FSDir_Close (FS_DIR *p_dir,

FS_ERR *p_err);

CPU_BOOLEAN

FSDir_IsOpen (CPU_CHAR *name_full,

FS_ERR *p_err);

FS_DIR *

FSDir_Open (CPU_CHAR *name_full,

FS_ERR *p_err);

void

FSDir_Rd (FS_DIR *p_dir,

FS_DIR_ENTRY *p_dir_entry,

FS_ERR *p_err);

  • No labels