Functions for accessing Vocola command files.
Vocola command files contain user-defined Vocola commands and are stored in the Vocola command folder.
The default Vocola command folder for a user named Bob is C:\Users\Bob\Documents\Vocola\Commands,
but this location may be changed via the Vocola Options panel.
Functions such as OpenCurrent which open command files rely on the user associating the extensions .vcl and .vch with a particular text editor.
| Function | Description |
|---|---|
| GetBuiltinsPathname | Adds as a prefix to the given file name the pathname of the Vocola "CommandBuiltins" installation folder. |
| GetCommandFolder | Gets the pathname to the folder containing user-defined Vocola commands. |
| GetErrorColumnNumber | Gets the column number in the file returned by GetErrorFilename of that file's first error. |
| GetErrorFilename | Gets the file name of the most recently loaded Vocola command file which contained an error. |
| GetErrorLineNumber | Gets the line number in the file returned by GetErrorFilename of that file's first error. |
| Open | Opens a Vocola command file. |
| OpenCurrent | Opens the Vocola command file for the currently-active application. |
| OpenCurrentForMachine | Opens the Vocola machine-specific command file for the currently-active application. |
| OpenCurrentSamples | Opens the installed file of sample Vocola commands for the currently-active application. |
| OpenGlobal | Opens the Vocola file containing commands for all applications. |
| OpenGlobalForMachine | Opens the Vocola machine-specific file containing commands for all applications. |
| OpenGlobalSamples | Opens the installed file of sample Vocola commands which apply to all applications. |
| SetCommandLineForOpen | Specifies the command line to be used for opening command files. |
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)