Files
rust/library/std
Chris Denton 8d4adad953 Windows: Use FindFirstFileW if metadata fails
Usually opening a file handle with access set to metadata only will always succeed, even if the file is locked. However some special system files, such as `C:\hiberfil.sys`, are locked by the system in a way that denies even that. So as a fallback we try reading the cached metadata from the directory.
2022-07-05 09:15:35 +01:00
..
2022-03-22 15:14:33 -07:00
2022-06-13 20:44:39 -07:00
2022-05-26 21:11:16 +02:00