Add get_directory_contents utility function

This commit is contained in:
Andrew Ayer
2014-07-02 22:10:09 -07:00
parent 4af0a0cfc1
commit f03d972937
3 changed files with 54 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ void write_be32 (std::ostream& out, uint32_t);
void init_std_streams ();
mode_t util_umask (mode_t);
int util_rename (const char*, const char*);
std::vector<std::string> get_directory_contents (const char* path);
#endif