ESP-IDF
SPIFFS_readdir()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPIFFS_readdir()
SPIFFS_readdir() function
Reads a directory into given spifs_dirent struct.
Syntax
Show:
Summary
Declaration
Definition
from
spiffs.h:599
struct
spiffs_dirent
*
SPIFFS_readdir
(
spiffs_DIR
*
d
,
struct
spiffs_dirent
*
e
)
;
Implemented in
spiffs_hydrogen.c:1096
Arguments
Argument
Description
d
pointer to the directory stream
e
the dirent struct to be populated
Return value
null if error or end of stream, else given dirent is returned
Related Functions
Found 2 other functions taking a
spiffs_DIR
argument:
Function
Description
SPIFFS_opendir()
Opens a directory stream corresponding to the given name. The stream is positioned at the first entry in the directory. On hydrogen builds the name argument is ignored as hydrogen builds always correspond to a flat file structure - no directories.
SPIFFS_closedir()
Closes a directory stream
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out