mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-20 11:34:29 -04:00
fs: Fix Directory Scanning w/ NTFS
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -399,6 +399,10 @@ void IterateDirEntriesRecursively(const std::filesystem::path& path,
|
|||||||
const DirEntryCallable& callback,
|
const DirEntryCallable& callback,
|
||||||
DirEntryFilter filter = DirEntryFilter::All);
|
DirEntryFilter filter = DirEntryFilter::All);
|
||||||
|
|
||||||
|
void IterateDirEntriesRecursivelyInternal(const std::filesystem::path& path,
|
||||||
|
const DirEntryCallable& callback,
|
||||||
|
DirEntryFilter filter, int depth);
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
template <typename Path>
|
template <typename Path>
|
||||||
void IterateDirEntriesRecursively(const Path& path, const DirEntryCallable& callback,
|
void IterateDirEntriesRecursively(const Path& path, const DirEntryCallable& callback,
|
||||||
|
|||||||
Reference in New Issue
Block a user