Add trailing periods support to FindFirstFileA (#75)

* idk

* meh

* Implement trailing periods on FindFirstFileA

* ah?

* Remove assert
This commit is contained in:
Anghelo Carvajal
2024-05-27 21:51:24 -04:00
committed by GitHub
parent 396008c593
commit ca9364a0df
2 changed files with 16 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ namespace files {
return path;
}
path = path.lexically_normal();
std::filesystem::path newPath = ".";
bool followingExisting = true;
for (const auto& component : path) {