Closed h4rk8s closed 1 year ago
Thanks very much for this PR! I'm not a mac user. Could you also let me know in which case is the .DS_Store
directory created?
Thanks very much for this PR! I'm not a mac user. Could you also let me know in which case is the
.DS_Store
directory created?
Finder creates .DS_Store files in directories contained within a viewed directory for which the Calculate All Sizes option is enabled, presumably as a cache, and to keep the displayed total size up to date, it recalculates and updates the .DS_Store files in response to FSEvents.
Thanks! This PR is quite helpful.
So how to solve this problem?and remove .DS-store?
fixed FileNotFoundError: [Errno 2] No such file or directory: '/Users/***/mathtranslate/cache/.DS_Store/update_time',This error is usually triggered on macOS.