Best of Support

Path of current Application

Issue

I need a FillPoint that returns the path of the current Application. What code/task should I use?

Solution:

%[Explorer.Application("Application Name").Path]

 

For example:

%[Explorer.Application("GF General Office Samples").Path]

 

Alternatively, if you need the path of a specific plug-in on an Application:

%[Explorer.Application(PluginName, "Application Name")]

 

For example:

%[Explorer.MappingToPath(Templates, "GF General Office Samples")]

; or

%[Explorer.MappingToPath(Dialogs, "\GF General Office Samples")]

 

Daniel Todes