In mac os operation system people cannot easily create a new file by right click like in windows. This short video shows how to add a button in the finder menu bar by using the Automator to create a new file.
The code in the video is:
tell application "Finder" to make new file at (the target of the front window) as alias
コメント