第一步,打开automator,新建service。
接着如图
on run {input, parameters}
tell application "Finder"
set selection to make new file at (get insertion location)
end tell
end run
使用时打开finder
第一步,打开automator,新建service。
接着如图
on run {input, parameters}
tell application "Finder"
set selection to make new file at (get insertion location)
end tell
end run
使用时打开finder