https://bugs.winehq.org/show_bug.cgi?id=48083
Bug ID: 48083 Summary: Directory name with dot as a last character Product: Wine Version: 4.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: bi.ja@seznam.cz Distribution: ---
Hi if you create directory name with dot as a last character, wine goes up in directory structure. So if you have c/users/user/Local Settings/Application Data/ČSOB Pojišťovna, a.s. wine goes to c/users/user/Local Settings/Application Data/
I tested it with winefile.
https://bugs.winehq.org/show_bug.cgi?id=48083
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|shell32 |-unknown Keywords| |download, source Status|UNCONFIRMED |NEW CC| |imwellcushtymelike@gmail.co | |m Severity|major |normal Ever confirmed|0 |1
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Confirming, though it's a little stanger than that, for me anyway.
When entering '/tmp/test.' in winefile it shows the contents of /tmp EXCEPT for other directories.
In cmd:
Z:\tmp\test>dir
Directory of Z:\tmp\test
12/11/2019 19:28 <DIR> . 12/11/2019 19:28 <DIR> .. 12/11/2019 19:28 <DIR> test2 12/11/2019 19:28 <DIR> test3.
Z:\tmp\test>dir test2
Directory of Z:\tmp\test\test2
12/11/2019 19:28 <DIR> . 12/11/2019 19:28 <DIR> ..
Z:\tmp\test>dir test3.
Directory of Z:\tmp\test
File not found.
And 'mkdir test4.'
Z:\tmp\test>mkdir test4.
Z:\tmp\test>dir
Directory of Z:\tmp\test
12/11/2019 19:30 <DIR> . 12/11/2019 19:28 <DIR> .. 12/11/2019 19:28 <DIR> test2 12/11/2019 19:28 <DIR> test3. 12/11/2019 19:30 <DIR> test4
(I've snipped out some of the noise)
Not major (until proven that it is).
Wine 4.19
https://bugs.winehq.org/show_bug.cgi?id=48083
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Directory name with dot as |wine incorrectly navigates |a last character |directories with a stop (.) | |as the last character
https://bugs.winehq.org/show_bug.cgi?id=48083
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- No change in Wine 7.9