ScenomeApplication.ShellExecEx
This page contains reference documentation for the ShellExecEx function. This function opens a file or executes an operating system command.
Prototype
int ShellExecEx( string Path, string Operation, int Visible )
Parameters
Function parameters are as follows:
- Path: The path to the file to open.
- Operation: The operation to perform on the file. If an empty string is passed, 'open' is used.
- Visible: A flag indicating whether or not a window should be shown for the command. 1 is used to indicate a window can be shown if applicable; 0 is used to indicate that a window should not be shown.
Examples
Examples are as follows:
Working Sample Code
For sample code: