Files
windows-user-space-emulator/src/windows-emulator/syscalls
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-14 15:03:16 +02:00
2025-04-24 18:01:17 -03:00
2025-04-22 02:35:54 -03:00
2025-04-14 15:03:05 +02:00
2025-04-13 13:39:08 +02:00
2025-04-23 01:14:35 -03:00
2025-04-23 01:51:37 -03:00
2025-04-14 15:03:16 +02:00
2025-04-23 18:41:56 -03:00