如题,如果就是在Finder里还能按住Alt键点资源库,可是如果是在某个程序里弹出的文件选择对话框里选择一个Library下面的文件该怎么办呢?
1
guoxiaosi Sep 1, 2012 首先用显示隐藏文件的应用(类似于ShowOrHide)显示隐藏文件,然后再进行选择操作应该就可以了吧
|
2
aerolqr Sep 1, 2012 我想到的只有显示隐藏文件了
defaults write com.apple.finder AppleShowAllFiles -bool true KillAll Finder 恢复隐藏 defaults write com.apple.finder AppleShowAllFiles -bool false KillAll Finder |
3
xuan_lengyue OP |
4
luin Sep 1, 2012
Shift+Command+G
|
5
JevonChu Sep 1, 2012
显示 chflags nohidden ~/Library/
隐藏 chflags hidden ~/Library |
6
little_cup Sep 2, 2012
右键,制作替身。
|
7
lanceli Sep 2, 2012
Shift+Command+G +1
|
8
paloalto Sep 2, 2012
Shift+Command+G+1
|
9
felixding Sep 2, 2012
很简单:弹出那个文件选取窗口后,按“/”。
|