watchFolder()

app.watchFolder(folder_object_to_watch)

Description

Starts a Watch Folder (network rendering) process pointed at a specified folder.

Parameters

folder_object_to_watch The ExtendScript Folder object for the folder to watch.

Returns

Nothing.

Example

var theFolder = new Folder(c:/tool");
app.watchFolder(theFolder);

See also

“Application endWatchFolder() method”
“Application parseSwatchFile() method”
“Application isWatchFolder attribute”

Other Tags

Posted in Application object and tagged , , , , , , .