mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix outdated comments in ScanDirectoryTree
This commit is contained in:
parent
09c6148aba
commit
e56bec9c87
2 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue