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
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