如果需要显示macos隐藏文件夹功能,研究了下,在macos sierra系统里面显示隐藏文件的功能开启非常简单。
打开finder,然后按快捷键⌘⇧.(command shift .) 就可以实现开启关闭隐藏文件夹显示功能。
如果你是老版本的系统,那么就只能通过命令的方式了。
defaults write com.apple.finder appleshowallfiles -bool true
# 更多,请关注「macos专题」
如果需要显示macos隐藏文件夹功能,研究了下,在macos sierra系统里面显示隐藏文件的功能开启非常简单。
打开finder,然后按快捷键⌘⇧.(command shift .) 就可以实现开启关闭隐藏文件夹显示功能。
如果你是老版本的系统,那么就只能通过命令的方式了。
defaults write com.apple.finder appleshowallfiles -bool true
# 更多,请关注「macos专题」