[Bug 23865] Microsoft Wine Guide (16-bit) unable to find files whose names end with .

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 21 11:12:12 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=23865

--- Comment #4 from Michael Mc Donnell <michael at mcdonnell.dk> 2012-06-21 11:12:12 CDT ---
(In reply to comment #3)
> I have tracked the issue down to openFile in kernel32. It does not support file
> names ending in dot. It seems like filenames ending in dot are forbidden on
> Windows, but it is still possible to create them, e.g. with "notepad sherry.",
> and they can be opened with openFile on Windows.

I'm starting to think that this might not be a problem with OpenFile because
you see them as normal files on Windows without the trailing dot. I can see
files with trailing dots on Windows 7 with an NTFS partition if I create them
myself. Which version of Windows are you using?

Btw I can't create files with trailing dots with notepad anymore. Echo works
fine though:

echo Wine > "\\?\%USERPROFILE%\sherry."

You can delete it again using the following command:

del "\\?\%USERPROFILE%\sherry."

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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