ZStrings and Bridge

General Discussion of Scripting for Adobe Bridge

Moderators: Tom, Kukurykus

miked

ZStrings and Bridge

Post by miked »

I've scanned the zstrings in bridge and haven't seen anything that fits the bill, so I thoughts I'd ask here.

I want to get the path to the Startup Scripts folder that is used by Bridge to store scripts.

The equivalent line in Photoshop is

Code: Select allvar SCRIPTS_FOLDER =  decodeURI(app.path + '/' + localize("$$$/ScriptingSupport/InstalledScripts=Presets/Scripts"));

However, in Bridge app.path returns nothing and I can't locate the appropriate zstring.

Does anyone have an idea on how to do this?

...Mike
miked

ZStrings and Bridge

Post by miked »

Never mind, I found a way around my problem.