Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'younger-than' check fails on windows system #20

Open
viktorasp opened this issue Jun 14, 2015 · 1 comment
Open

'younger-than' check fails on windows system #20

viktorasp opened this issue Jun 14, 2015 · 1 comment

Comments

@viktorasp
Copy link
Contributor

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.

@Gregwar
Copy link
Owner

Gregwar commented Jun 14, 2015

Can you do a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants