watchFolder()

記述

app.watchFolder(folder_object_to_watch)

概要

指定されたフォルダに対してフォルダ監視(ネットワークレンダリング)を開始。

引数

folder_object_to_watch

監視する対象のフォルダ (ExtendScript Folderオブジェクト)。

戻り値

なし

サンプル

var theFolder = new Folder(“c:/tool”);

app.watchFolder(theFolder);

ノート

以下のメソッドとアトリビュートも参照。

Application endWatchFolder() method

Application pauseWatchFolder() method

Application isWatchFolder attribute