MAC显示文件路径

打开终端:

显示路径代码

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

 

如果想隐藏路径代码

 

defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO

 

posted @ 2020-02-21 09:50  客舍青  阅读(646)  评论(0)    收藏  举报