[Bug 2508] CreateFile(directory_name,GENERIC_WRITE,...) returns STATUS_FILE_IS_A_DIRECTORY

Wine Bugs wine-bugs at winehq.org
Mon Oct 11 12:15:18 CDT 2004


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





------- Additional Comments From shiva at sewingwitch.com  2004-11-10 12:15 -------
CreateFile documentation (for reference):

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/createfile.asp

I did some experiments to see if I could find an API that used CreateFile under
the hood. Alas, it looks like both FindFirstFile and FindFirstFileEx use OpenFile.

I'll attach a C++ test file to show the various possibilities.

-- 
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