Vocola.net
Vocola 3.1 Function Library
GetBuiltinsPathname(filename)
Namespaces LibraryCommandFile ► GetBuiltinsPathname
Adds as a prefix to the given file name the pathname of the Vocola "CommandBuiltins" installation folder.
Syntax
GetBuiltinsPathname(filename)
Parameters
filename
File name to be prefixed.
Return Value
Given file name with added prefix of Vocola "CommandBuiltins" installation folder pathname.
Examples
CopyInclude dictation commands
$include CommandFile.GetBuiltinsPathname(keys.vch);
Touch <key> = {LeftButton}{$1};
Vocola ships with a collection of useful key definitions, such as <key>, defined in the installation file keys.vch. This example shows how to include those definitions in a command file so they can be used. If the installation folder containing built-in commands is C:\Program Files\Vocola\Commands\Builtins this command is equivalent to $include "C:\Program Files\Vocola\Commands\Builtins\keys.vch;".

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)