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

Symlinks and Date/Time Compare #2292

Open
goozak opened this issue Apr 22, 2024 · 0 comments
Open

Symlinks and Date/Time Compare #2292

goozak opened this issue Apr 22, 2024 · 0 comments

Comments

@goozak
Copy link

goozak commented Apr 22, 2024

In Windows, I have a folder that contains symbolic links to files elsewhere on my drive.

Let's say that a file is modified on 2024-04-10 14:00 (note :00) and that a symbolic link to it is created on 2024-04-10 14:30 (note :30).

When doing a Modified Date and Size comparison, if the file is missing from the right side, doing a Copy to Right copies the actual file (not the symlink), as expected.

But then, after refreshing the comparison, the file still shows as different. The Left Date (symlink/original file) shows '2024-04-10 14 :30' and the Right Date shows '2024-04-10 14 :00'.

The comparison is done between the Date / Time of the Symbolic Link on the left and the Date / Time of the actual copied file on the right, which has the original file Date / Time.

When comparing a symbolic link with an actual file, the time/date of the actual file (not the symlink) should be used.

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

No branches or pull requests

2 participants