Sample Header Ad - 728x90

How to prevent MacOS from adding dot underscore files (._whatever.html )in zip archives?

4 votes
3 answers
7634 views
Our organisation receives zip files from Mac users which contain a ._ file in addition to the file we expect. In the past this was due to resource fork and data fork encoding limitations on other file systems. So for example, when we expect a submission that looks like this: README.md src/mysite.html src/myscript.js we generally receive a zip that contains files such as: ._README.md README.md src/._mysite.html src/mysite.html src/._myscript.js src/myscript.js This makes it difficult for us to process these files automatically. What instructions should we give to our Mac users to suppress these files we can’t process or handle?
Asked by Alex Spurling (141 rep)
Mar 4, 2021, 03:55 PM
Last activity: Jan 11, 2023, 09:02 PM