Mac Finder 标题显示文件完整路径 // mac Finder 标题栏显示文件夹完整路径, 把YES改为NO则是不显示 defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES // 重启 Finder killall Finder 显示/隐藏Mac 隐藏文件 //显示Mac隐藏文件的命令: defaults write com.apple.finder AppleShowAllFiles YES //隐藏Mac隐
This module implements some useful functions on pathnames. To read or write files see open(), and for accessing the filesystem see the os module. The path parameters can be passed as either strings, or bytes. Applications are encouraged to represent