"bugs" in 2.5 beta 2

Support for PocketPC and WinCE version

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Olivier DABEE
Junior Member
Junior Member
Posts: 2
Joined: 2007-07-16, 08:33 UTC
Location: France

"bugs" in 2.5 beta 2

Post by *Olivier DABEE »

When you copy files from PocketPC to PC using the "LAN" module, the date/time of the file on the PC is the "copying date", not the date/time of the original file.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48093
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The copy function isn't my own, I just call CopyFile or the newer CopyFileEx (on Windows Mobile 5 or newer). It's the job of this function to copy the time stamp too, which appearently doesn't work in your case...
Author of Total Commander
https://www.ghisler.com
Olivier DABEE
Junior Member
Junior Member
Posts: 2
Joined: 2007-07-16, 08:33 UTC
Location: France

Post by *Olivier DABEE »

May be you can use getfiletime/setfiletime to overcome this silly windows bug (not the first...) in your copy loop ?

I mean there is certainly a "CF" version of this API...

Thank you so much for your so nice job about TC (windows and PDA version) !!!
Post Reply