hiyangfei / dokan

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

SetFileTime is coming through as -1 into the proxy.cs file #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click properties on a file
2. Using the Mirror.cs file
3. SetFileTimeProxy is throwing an exception (All the Times are -1)

What is the expected output? What do you see instead?
- Last accessed time to be set at least

What version of the product are you using? On what operating system?
- 0.53 on XP SP3

Please provide any additional information below.
- ?

Original issue reported on code.google.com by smurf...@gmail.com on 15 Aug 2010 at 5:54

GoogleCodeExporter commented 9 years ago
C# Code fixed:
Remove Previous workaround and use
http://liquesce.codeplex.com/SourceControl/diff/file/view/62393?fileId=1409205

and change the following to accept a nullable DateTime type
http://liquesce.codeplex.com/SourceControl/diff/file/view/62393?fileId=1409202
http://liquesce.codeplex.com/SourceControl/diff/file/view/62393?fileId=1409114

Original comment by smurf...@gmail.com on 8 Mar 2011 at 6:12