[Bug 3028] FindFirstFile and directory/file names

Wine Bugs wine-bugs at winehq.org
Tue Jun 7 04:58:29 CDT 2005


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





------- Additional Comments From kelfe at gmx.de  2005-07-06 04:58 -------
Created an attachment (id=921)
 --> (http://bugs.winehq.org/attachment.cgi?id=921&action=view)
updated testcase

new testcase

function FindFirstFileExW removes the mask *.* (don't know why)

the direct NtOpenFile call with c:\foo\*.* produces error 123 Invalid name
under wine instead of error 3 Path not found

windows:
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
c:\foo\bar.txt
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
c:\foo\
failed with error 2: Das System kann die angegebene Datei nicht finden.
c:\foo\*.*
failed with error 3: Das System kann den angegebenen Pfad nicht finden.

wine:
failed with error 2: File not found
failed with error 3: Path not found
failed with error 2: File not found
c:\foo\bar.txt
failed with error 3: Path not found
c:\foo\
failed with error 2: File not found
c:\foo\*.*
failed with error 123: Invaid name


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list