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

« Previous Version 4 Next »

typedef struct fs_dirent {
    CPU_CHAR       Name[FS_CFG_MAX_FILE_NAME_LEN + 1u];
    FS_ENTRY_INFO  Info;
  } FS_DIR_ENTRY;

File

Used for

fs_dir.h

Second argument of fs_readdir_r() and FSDir_Rd()

Receives information about a directory entry.

Members

Name

The name of the file.

Info

Entry information. For more information, see FS_DEV_INFO.

Notes

None.

  • No labels