Hi Everyone,
I am developing an application which is using Dokan, I manage to get familiar with the internals of it, however, as far as I have seen I haven't found a way to get access to the file information for a file which is getting copied into the virtual drive (through Explorer).
My final goal would be to get access to the file timestamps (of the original file) in order to be able to keep them for the file that gets created in the virtual drive, instead of having all the timestamps set to the current time.
So this means there is not an easy way to do so, or am I wrong? Thank you in advance