https://bugs.documentfoundation.org/show_bug.cgi?id=123625

--- Comment #3 from Andreas Heinisch <[email protected]> ---
Still confirmed in:
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: ce9f23c6196b17985d14e441aa93175b31650f34
CPU threads: 6; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL

However, LO tries to retrieve the information for GetAttr using the function
FindFirstFileW, which reads the directory entry in the parent directory. A
drive root doesn't have a parent directory, so GetAttr will not work on
"c:\users\..", but works in "c:\users\public\..".

Maybe something about the volume itself can be checked using
GetVolumeInformationW.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to