fengye110 / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

ERROR_SHARING_VIOLATION is interpreted as Access Denied #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mount file system
2. Open command prompt
3. Create a new blank file.
4. Lock the file (Open a program that keeps a handle to the file).
5. Try to delete the file.

What is the expected output? What do you see instead?
I expect to see an error message indicating sharing violation.
Instead I see an error message indicating access denied.

What version of the product are you using? On what operating system?
I searched all Dokan dlls and exe for a version number and found none.
I looked in the Programs and features for install information and found no 
version there either.
The library was downloaded June-2009 so I expect the version is dokan-
0.4.2.1238 x86.
Running Vista x86 SP2

Please provide any additional information below.
Trying the same test using a non-Dokan drive will generate the correct 
sharing violation error.

Original issue reported on code.google.com by mander...@bksv.com on 10 Aug 2009 at 8:07