ファイル名や更新日などがそれにあたります。 属性の操作例は以下になります。 取得set 変数名 to 属性名 + of + fileA 代入 set 属性名 + of + fileA to "新しいファイル名" set name of fileA to "ファイル名.jpg" --因みに set a to name of FileA で、FileAのファイル名をaに ...
そういうAppleScriptのインストールと実行を通じて、AppleScriptに慣れてもらおうという本。ただ使ってもらうだけのScript紹介本。 ありそうでなかったScript紹介本 オマケScriptの紹介+導入についてのガイド本。ひたすらインパクトのあるド派手なAppleScriptだけを ...
Now that you've mastered the tell command, it's time to introduce some of the other AppleScript commands that you may encounter. This command will allow you to open a specific location (either on your ...
AppleScriptの基本は簡単なので、変数名やコマンド名を調べるのも簡単です。 set bfile to get afile という感じで、set ~ to とか get ~ という書き方をします。変数に対する型宣言などは不要。get は省略できます。 次にアプリケーションが持つコマンドを実行し ...
One cool thing you can do in the Finder is set any window to view as large, 512X512 icons. You can do this by clicking on the icon button in the top left of any Finder window, then dragging the ...
You're busy. You've got tons of things going on at any given time. Your Mac's screen is constantly cluttered with a bazillion Finder windows, and you keep shuffling them around to find the one you ...
When you work with the command line, you’ll notice that you cannot navigate “into” aliases created with the Finder when in Terminal. For example, you cannot issue a cd command into an alias, because ...
Ever wanted to simply create a new empty file inside the current directory from Finder just like you are used to in Windows? This is an AppleScript based application that will create an empty file in ...
Yesterday I was trying to enhance my terminal on OS X. I'm now using Apple's X11 with a typical xterm which I found to be better than Apple's "Terminal.app", at least it is because I'm used to ...
-- Check if there's a selection; works if there's a window open or not.