Closed GoogleCodeExporter closed 9 years ago
Hello,
This issue is fixed in the next release of Dokan library.
Thank you for your information.
Original comment by asa...@gmail.com
on 28 Sep 2008 at 8:25
I have just updated to 0.3.9 and it doesn't look like the flag is passed
properly
still:
CreateFile("file", GENERIC_READ | GENERIC_WRITE, 0, 0, CREATE_NEW,
FILE_FLAG_DELETE_ON_CLOSE, 0);
The following are the values (decimal) of the arguments passed by dokan to the
CreateFile callback:
dwDesiredAccess=1245599, dwShareMode=0, dwCreationDisposition=1,
dwFlagsAndAttributes
=0
Can anyone else confirm whether this is working as expected? Am I not using the
flag
correctly?
Original comment by dres.sch...@gmail.com
on 7 Oct 2008 at 2:10
Answering my own questions: I had a copy of a 0.3.7 version of the dokan.dll in
my
path by accident, which was causing the problem. After replacing it the flag is
now
working as expected.
Sorry for the confusion.
Original comment by dres.sch...@gmail.com
on 7 Oct 2008 at 2:18
Original issue reported on code.google.com by
dres.sch...@gmail.com
on 21 Sep 2008 at 8:00