Cache icon indicating copy to clipboard operation
Cache copied to clipboard

'younger-than' check fails on windows system

Open viktorasp opened this issue 10 years ago • 1 comments

When checking for a condition of 'younger-than' filectime is used, that causes the check to return false results on Windows system, as it checks for original file creation date which never changes. The fix would be to use filemtime that has a correct last file modification date of the original file.

viktorasp avatar Jun 14 '15 12:06 viktorasp

Can you do a PR?

Gregwar avatar Jun 14 '15 13:06 Gregwar