*通过替换红色部分字体,可以换成显示/隐藏其他路径的文件
1.隐藏桌面文件
do shell script "chflags hidden ~/Desktop/*"
2.显示桌面文件
do shell script "chflags nohidden ~/Desktop/*"