Vocola.net
Vocola 3.1 Function Library
OpenCurrent()
Namespaces LibraryCommandFile ► OpenCurrent
Opens the Vocola command file for the currently-active application.
Syntax
OpenCurrent()
Remarks
Vocola stores commands for a particular application in files whose name derives from the name of the application's executable file. For example, winword.exe is the executable file for Microsoft Word, and winword.vcl contains Vocola commands for Microsoft Word.

If the command file does not exist it will be created automatically.

The file will be opened using the program associated with the .vcl extension in Windows Explorer, unless a different program has been specified using SetCommandLineForOpen.

Examples
CopyEdit voice commands
Edit [Voice] Commands = CommandFile.OpenCurrent();
If Microsoft Word is active, saying "Edit Voice Commands" opens the file winword.vcl from the Vocola command folder.

This is one of Vocola's built-in commands.

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