Folder that is not hidden does not appear in `ls`, autocomplete or Finder

I have a folder ~/Library/Application Support/minecraft that does not appear at all in ls, autocomplete or Finder. If I navigate to the directory in the terminal and use open ., Finder opens up to the Library folder. I have "show hidden files" on.

Picture showing command prompt and Finder, showing that Finder has hidden folders available, that the folder can be navigated to in the terminal, and that the folder appears to be missing in Finder

enter image description here

I can move all its contents into a new folder with mv minecraft/ minecraft-backup, and the new folder is completely visible. When I rename the new folder back to minecraft it disappears once again. If I make a new folder at minecraft it also disappears. If I put a text file in its place, it is also hidden, though can be edited by vim.

Here is the output from running stat on the two folders:

 ⚡︎ stat minecraft/ minecraft-backup/
16777230 32605568 drwxr-xr-x 2 corms staff 0 64 "Dec 4 10:23:58 2021" "Dec 4 10:23:58 2021" "Dec 4 10:23:58 2021" "Dec 4 10:23:58 2021" 4096 0 0 minecraft/
16777230 6291018 drwxr-xr-x 37 corms staff 0 1184 "Dec 4 09:46:29 2021" "Dec 3 21:04:18 2021" "Dec 4 09:57:51 2021" "Jun 20 19:07:15 2020" 4096 0 0 minecraft-backup/
3

1 Answer

The postI don't have a Minecraft folder anywhere on my Maccontains various methods for unhiding the folder or for positioning into it.

The easy way that is listed, although not permanent, is to:

Open Minecraft and launch the game. Click Options…, Resource Packs…, then at the bottom of this screen, find and click Open Resource Pack Folder.

You will now have a finder window open that is inside yourminecraft folder. Navigate up one folder by typing and you will be looking at your minecraftfolder.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like