Finder 默认的标题栏只显示当前目录的名字,可以打开终端,复制粘贴以下命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
若想恢复默认:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
Finder 默认的标题栏只显示当前目录的名字,可以打开终端,复制粘贴以下命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
若想恢复默认:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
评论 (0)