Cannot zip directory on Mac due to 'no such file' error

Hello, I encountered a problem yesterday, I tried to zip a directory in order to send it to my friend through email, however, whenever I try to zip the directory, it tells me :

The file “TP réseau 1TSCIEL.docx” couldn’t be opened because there is no such file.

But when I did it on my other laptop, which is on Ubuntu, I didn't get this message and it worked just fine.

When I tried to look up 'TP réseau 1TSCIEL.docx' in my files, I couldn't find anything

here's the video showing my issue

MacBook Air, macOS 26.5

Posted on Jun 18, 2026 1:16 PM

Reply
21 replies

Jun 21, 2026 8:15 AM in response to etresoft

etresoft wrote:
MrHoffman wrote:
Rename the file to an ASCII-characters-only filename, with no accented characters and no spaces. Test again.
That might not be possible, or at least not easy. In situations like this, one would have to use a wildcard to rename the file, possibly erasing said file and/or other files that also match the wildcard.


As a first approximation, I’d try:

mv --interactive TP*.docx TP.docx


That’ll prompt for confirmation before any file overwrites happen, and the answer there would be n (no), don’t overwrite.

Jun 21, 2026 8:29 AM in response to MrHoffman

unfortunately, and I forgot to mention, I cannot do anything with the file TP réseau 1TSCIEL.docx

while typing 'ls' lists the file, I'm unable to delete it, copy it, rename it, etc..


My only solution is to rename it on my other laptop or zip it on my other laptop ! I have no idea why it can list the file only


also, here's what mv --interactive TP*.docx TP.docx did :


Cannot zip directory on Mac due to 'no such file' error

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.