mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-17 19:13:55 +00:00
This PR aims to: - [Stub FileBasicInformation in NtSetInformationFile](6d0ad1dd61) - [Make sure a root `windows_path` have slash at the end](02ed4fbb03), this was necessary because `directory_iterator` fails when the path is `C:` (without slash).. - [Improve NtQueryDirectoryFileEx](f6ec1fc9cc) by adding filename filtering support, including more basic file information in the struct, and fixing an issue that prevented the last chunk of files from being enumerated correctly.