getAllowedApps

gets the path of an allowed app from the app settings

Syntax

getAllowedApps(name)

Returns

the path as string

Parameters

name (string)
unique var name.

Usage

If the app is not in the allowed apps list, it is wil return an empty string.

if( getAllowedApps("ffprobe") == '')
{
   dialog("FFPROBE Not Found", "FFPROBE Not Found.", "w");
}