tell application "Finder" to set s to selection as alias list if s is {} then return set out to "" repeat with f in s set out to out & "\"" & POSIX path of f & "\"" & " " end repeat
property hideFolders : true if hideFolders then do shell script "chflags hidden" & " " & out set hideFolders to false else do shell script "chflags nohidden" & " " & out set hideFolders to true end if
ichubei
2017-01-09 13:30:34 +08:00
mac 小白同问: finder 里面有.js package.json xxx.h xxx.m xxx.java xxx.xml 这些都是什么呀 ? 多大 16533 个文件之多。