Open GoogleCodeExporter opened 8 years ago
Added to http://liquesce.codeplex.com/workitem/9855
Original comment by smurf...@gmail.com
on 20 Nov 2011 at 7:56
This is not as bad as it sounds..
The above is only present when dropping files from higher up onto the root of
the share.
I.e. if
The Share is at \\Test1
And the Source is \\Test\New\dir
and the intended target is \\Test\dir
Then Dokan would pass source=\\Test\New\dir target=\\Test\New\dir
BUT
if we have source=\\Test\New\dir\fred
target = \\Test\New\fred
then dokan will pass the following incorrect information
MoveFileProxy replaceIfExisting [0] file: [\Test1\New folder1\ds4\TestDir]
newfile: [\Test1\New folder1\ds4\New folder1\TestDir]
Which means the workaround I did for the MoveFile (Dokan issue 238) will kick
in and correct it. Yay
Original comment by smurf...@gmail.com
on 20 Nov 2011 at 8:19
Original issue reported on code.google.com by
smurf...@gmail.com
on 20 Nov 2011 at 7:53