要素(Elements)

label番号名前

属性(Properties)

window preferences window[r/o]
Finder環境設定のウインドウ
icon view options icon view options[r/o]
アイコン表示のオプション
list view options list view options[r/o]
リスト表示のオプション
column view options column view options[r/o]
カラム表示のオプション
folders spring open 真偽値
スプリングフォルダを実行するか
delay before springing 実数
スプリングフォルダを開くまでの遅延秒数 (0.167〜1.169)
desktop shows hard disks 真偽値
デスクトップにHDアイコンを置くか
desktop shows removable media 真偽値
デスクトップにCD, DVD,iPods等のリムーバブルメディアを置くか
desktop shows connected servers 真偽値
デスクトップにサーバアイコンを置くか
new window target 参照
新規ウインドウで開くフォルダ
folders open in new windows 真偽値
フォルダを新規ウインドウとして開くか
new windows open in column view 真偽値
新規ウインドウをカラム表示として開くか
all name extensions showing 真偽値
すべてのファイル拡張子を表示するか

解説(Note)

 このオブジェクトは、直接使うことは無く、applicationオブジェクトのFinder preferences属性を通して使う。

【バグ情報】

 list view optionsは取得できない。

用例(Example)

  1. tell application "Finder"
    	all name extensions showing of Finder preferences
    end tell