Files
FreeRDP/winpr/libwinpr/file
Martin Fleisz 236959c440 [channels,drive] Small performance improvements in drive channel
This commit fixes following performance issues in the drive channel:
- `GetFileAttributes` functions where using `FindFirstFile` to query
  attributes. The same can be achieved with `stat` and reusing the
existing stat <-> file info conversion code.
- `drive_file_query_information` was calling `CreateFile` on directories
  which will always fail with the given parameters.
2025-11-20 14:26:19 +01:00
..