Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
141いいね 28050回再生

How to create a new file on Mac by only add a button

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

コメント