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
本文标题:AppleScript - NewFile.app
本文链接:https://www.haomeiwen.com/subject/moxsfxtx.html
网友评论