This commit is contained in:
goeiecool9999 2022-09-07 15:57:34 +02:00 committed by klaas
parent 4018cb7284
commit d3ce33486d

View file

@ -248,10 +248,8 @@ class fscDeviceHostFSC : public fscDeviceC {
for (auto const &it : relPath)
{
found = false;
std::wcout << correctedPath << std::endl;
for (auto const& dir_entry : std::filesystem::directory_iterator{correctedPath})
{
std::wcout << dir_entry << std::endl;
std::filesystem::path entry_name = dir_entry.path().filename();
if (lowercase_path(entry_name) == lowercase_path(it))
{