方法1, 在Finder显示选项下面选择"显示路径栏",选择后会Finder下面显示基本路径信息。
若想选择完整的路径可以参考方法二。
方法2,在终端里面输入
开启路径显示
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
关闭路径显示
defaults write com.apple.finder _FXShowPosixPathInTitle -bool false
再送一个复制文件路径的方法
Command+Option+C 复制文件路径,Command+V 粘贴