AppleScript - NewFile.app

2017-05-31  本文已影响0人  成江海

NewFile.app


on run {input, parameters}

tell application "Finder"

set selection to make new file at (get insertion location)

end tell

return input

end run

上一篇 下一篇

猜你喜欢

热点阅读