[Bug 48083] Directory name with dot as a last character

WineHQ Bugzilla wine-bugs at winehq.org
Tue Nov 12 13:33:57 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48083

Ken Sharp <imwellcushtymelike at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|shell32                     |-unknown
           Keywords|                            |download, source
             Status|UNCONFIRMED                 |NEW
                 CC|                            |imwellcushtymelike at gmail.co
                   |                            |m
           Severity|major                       |normal
     Ever confirmed|0                           |1

--- Comment #1 from Ken Sharp <imwellcushtymelike at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list