Files
FreeRDP/channels
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
..
2025-09-26 11:29:26 +02:00
2025-09-26 11:29:26 +02:00
2024-12-17 16:29:32 +01:00
2025-03-04 12:42:48 +01:00
2025-08-20 11:54:28 +02:00
2025-09-26 11:29:26 +02:00
2025-09-26 11:29:26 +02:00
2025-10-10 17:40:29 +02:00