|
FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
|
#include "cstr/cstr.h"#include "../../inc/fsi/FSIpredefines.h"#include "../../inc/fsi/core/FSI_dirUtils.h"#include "../../inc/fsi/core/interfaces/FSI_dirUtils_posix.h"
Go to the source code of this file.
Functions | |
| void | fsi_walk (CVEC *out, const char *path) |
| Walk to every directory and file and set vec to a CVEC value. | |
| void fsi_walk | ( | CVEC * | vec, |
| const char * | path ) |
Walk to every directory and file and set vec to a CVEC value.
| vec | The vector to set data to |
| path | Path to walk to all its sub-dirs |
Definition at line 12 of file FSI_dirUtils.c.
References __fsi_walk().
Referenced by fsi::Indexer::__iteratePath().

