Fix outdated comments in ScanDirectoryTree

This commit is contained in:
JosJuice
2016-12-25 21:57:33 +01:00
parent 09c6148aba
commit e56bec9c87
2 changed files with 3 additions and 5 deletions

View File

@ -112,7 +112,7 @@ bool Copy(const std::string& srcFilename, const std::string& destFilename);
// creates an empty file filename, returns true on success
bool CreateEmptyFile(const std::string& filename);
// Recursive or non-recursive list of files under directory.
// Recursive or non-recursive list of files and directories under directory.
FSTEntry ScanDirectoryTree(const std::string& directory, bool recursive);
// deletes the given directory and anything under it. Returns true on success.