Hello, I have a problem with uncompressing .zip file. I compressed some files before formatting my Mac. Now, when I copied it back from my external drive I can't uncompress them. While doing it a window with "Can't uncompress file XXX to YYY (Error 63 – file name too long)" appeared (it may not be exactly like this because I translated it by myself). What should I do to uncompress it? Sorry for my English. I hope you understood my problem. Thanks in advance.
What program do you use to unzip? Have you tried to use the unzip-program from the Terminal (unzip /path/to/file)? Have you tried to rename the file to a shorter name?
I used basic Mac tool and The Unarchiver. I haven't used terminal. Can you explain to me how should I use it? I'm a newbie here. I haven't tried to rename it because I think it's a problem with file inside. My .zip name is 4 letter long.
Follow the bellow instructions to unzip the file with the unzip tool. All commands are case sensitive. Open Terminal. Type in 'unzip' (without quotes) followed by a space. Drag your file behind unzip inside the terminal. Press enter. Type 'pwd', followed by pressing enter, to find out where the file got saved. The unziped file will then most likely be stored in /Users/YourUserName. Use Finder to find it.