K Killery96 macrumors 6502 Original poster Mar 20, 2011 281 0 Aug 29, 2011 #1 I'm on OSX 10.7, and when I go to users, there is no library folder! So when I try to go into that directory (was there on snow leopard...) and find certain files, I can't! Where did these things all go??? I want them! Thanks
I'm on OSX 10.7, and when I go to users, there is no library folder! So when I try to go into that directory (was there on snow leopard...) and find certain files, I can't! Where did these things all go??? I want them! Thanks
MrCheeto Suspended Nov 2, 2008 3,531 353 Aug 29, 2011 #2 It's hidden in Lion. In Finder, click Go in the Menu bar, then Go To Folder and type /Users/*username*/Library. You could save it to the sidebar and there is a command to unhide it as well. Google
It's hidden in Lion. In Finder, click Go in the Menu bar, then Go To Folder and type /Users/*username*/Library. You could save it to the sidebar and there is a command to unhide it as well. Google
simon48 macrumors 65816 Sep 1, 2010 1,315 88 Aug 29, 2011 #3 http://osxdaily.com/2011/07/22/access-user-library-folder-in-os-x-lion/ "Holding down the Option key will show the “Library” directory as an option in the Finder's Go menu."
http://osxdaily.com/2011/07/22/access-user-library-folder-in-os-x-lion/ "Holding down the Option key will show the “Library” directory as an option in the Finder's Go menu."
T tommy227 macrumors newbie Aug 29, 2011 6 0 NYC Aug 29, 2011 #4 Switch to the finder. Click on the "Go" Menu Hold down the option key and the "Library" shortcut will appear.
Switch to the finder. Click on the "Go" Menu Hold down the option key and the "Library" shortcut will appear.
satcomer Suspended Feb 19, 2008 9,115 1,977 The Finger Lakes Region Aug 29, 2011 #5 The command to unhide you User Library in Lion as follows: You will need /Applications/Utilities/Terminal . Code: chflags nohidden ~/Library To change it back to hidden: Code: chflags hidden ~/Library
The command to unhide you User Library in Lion as follows: You will need /Applications/Utilities/Terminal . Code: chflags nohidden ~/Library To change it back to hidden: Code: chflags hidden ~/Library
K Killery96 macrumors 6502 Original poster Mar 20, 2011 281 0 Aug 29, 2011 #6 alright guys thanks a lot, that was simple! E.