CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
FSSearchIter Struct Reference

#include <fs.h>

Data Fields

string name
 Filename (not full path, valid until next search operation)
 
int type
 FSPathStat type (FS_File or FS_Directory)
 
FSStat stat
 File metadata (only valid if stat=true in fsSearchInit)
 
void * _search
 Internal search state - do not access.
 

Detailed Description

Directory search result

Contains information about one entry found during directory iteration. The 'name' string is valid only until the next call to fsSearchNext or fsSearchFinish.

Definition at line 236 of file fs.h.


The documentation for this struct was generated from the following file: