Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-29 | libutil: Add a stacked, recursive directory tree iterator | David Oberhollenzer | |
The concept is simple: Use the existing, platform dependent iterator to walk a directory. If a directory entry is encountered, recurse into it using the open_subdir handler, reconstruct the full path for any entries discovered using the directory stack. An additional function is added to skip a sub-hierarchy. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2023-04-17 | Add unit test for directory iterator | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |