https://bugs.winehq.org/show_bug.cgi?id=50922 leadrdrk(a)zohomail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|6.5 |7.0-rc4 --- Comment #2 from leadrdrk(a)zohomail.com --- For example, on Linux: Create a file in a folder with the current date as the access date using the command: touch test.txt If you use any program that could access files and folders (in this example I'll use the wine explorer), the file "test.txt" would show up correctly (as expected) But if you create a file in a folder with the access date further in the future, using the command: touch -a -t 204401010000.00 test2.txt ... then "test2.txt" would not show up at all on wine explorer or any other programs. Applications that try to access the file will simply fail and think that it doesn't exist. Additionally, it affects both files and folders, but it does not occur when the date is set backwards in time. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.