mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Common/FileUtil: Strip trailing path separator in ScanDirectoryTree().
This commit is contained in:
@ -176,7 +176,7 @@ bool Copy(const std::string& srcFilename, const std::string& destFilename);
|
||||
bool CreateEmptyFile(const std::string& filename);
|
||||
|
||||
// Recursive or non-recursive list of files and directories under directory.
|
||||
FSTEntry ScanDirectoryTree(const std::string& directory, bool recursive);
|
||||
FSTEntry ScanDirectoryTree(std::string directory, bool recursive);
|
||||
|
||||
// deletes the given directory and anything under it. Returns true on success.
|
||||
bool DeleteDirRecursively(const std::string& directory);
|
||||
|
Reference in New Issue
Block a user