Download folder for Web Images. Download folders for Web Images can be calculated with the help of panel statement 141.

Here you will find examples to use gDestFolder.

Download folder for Web Images. Download folders for Web Images can be calculated with the help of panel statement 141. If a script is defined there, it is executed for every image download. If panel statement 141 is empty or the variable remains empty, the \ULR[default folder]{../InDesign/Plugins/webimages.html#URL_Bildablage} is used for the image downloads.

Here is a very simple script for defining a global image folder for Web Images.

int main ()
{
    if (!system::is_server ()) string::set (gDestFolder, "/Volumes/Images");
    else string::set (gDestFolder, "/Volumes/Images_%s", server::get_session_arg ("-configuration"));
    return 0;
}

As of v4.3 R36308, you can also use a shared download folder for all instances.

int main ()
{
    string::set (gDestFolder, "/Volumes/Images");
    prefs::webimage_enable_locks (1);
    return 0;
}

See Also
gURL
gDocumentID
gDestName

Alphabetic index HTML hierarchy of classes or Java