On Wed Nov 23 17:48:30 2022 +0000, Alexandre Julliard wrote:
We don't want to have to retrieve the name from the server all the time just for the hidden flag. Also this MR is changing way too many things. Please try to limit the changes to the minimum required to address the bug.
I think I can get this MR down to 4 commits to fix this specific bug (+ 1 if we want the tests too).
That would still leave Wine's hidden file handling inconsistent between different functions that use `fd_get_file_info` vs `get_file_info` vs `get_dir_data_entry` though. I can open another MR that will make those correct in the cases where we already retrieve the file name. But to make everything 100% consistent we either need to just remove the dotfile handling, or always have the file name available.