[Libreoffice-bugs] [Bug 123625] getattr fails with \..
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 11 08:10:38 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=123625
--- Comment #3 from Andreas Heinisch <andreas.heinisch at yahoo.de> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210411/22cb9873/attachment.htm>
More information about the Libreoffice-bugs
mailing list