I am copying a lot of large files from a Windows server for speed. Is it possible to get the last modified date from a Windows Server file so I can compare dates to see if they have changed?
I know this is changed when copied, I can store the date if I can get it.
SMB
If I can't get the date from windows, I actually prefer that it sets the date to today. I will just delete anything over a week old and provide the users with a button to 'delete all' if they need to force a refresh but the clean and seamless way would be to check the mod date and see if it is changed.