sehang / dokan

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

After Directory rename over a share, Dokan Passes New DirectoryName without the parent directory or '\' into GetFileInformation #239

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use MirrorNet
2. Create a share to a subdir (Not the root !)
3. Connect to that share
4. Rename a directory (Have to apply workaround for issue 238 !)
5. Rename is successful but the GetFileInformation just has the new Directory 
name as the sourceFile (No '\'s or root path etc.)

What is the expected output? 
 GetFileInformation to have the SMB decoded path like the othertimes (i.e. when it was checking to see if the original directory existed

What do you see instead?
 Rename is successful but the GetFileInformation just has the new Directory name as the sourceFile (No '\'s or root path etc.)

What version of the product are you using? 
 0.6.0

On what operating system?
 Win 7x64 with Win 7x64 Client or Win XP Client on the share

Please provide any additional information below.
 This is complete contrast to issue 238, which had extra path mangling being done in the new File/Dir name

Original issue reported on code.google.com by smurf...@gmail.com on 18 Nov 2011 at 7:44