Files
windows-user-space-emulator/src
Maurice Heumann be9d0164d7 Improvements to NtQueryDirectoryFileEx (#235)
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.
2025-04-25 08:32:47 +02:00
..
2025-04-19 08:35:50 +02:00
2025-04-23 09:09:00 +02:00
2025-01-20 20:09:16 +01:00
2025-04-23 18:21:29 -03:00
2025-04-23 18:24:36 -03:00
2025-01-10 20:44:45 +01:00
2025-04-14 13:57:54 +02:00