ScenomeApplication.ShellExec

This page contains reference documentation for the ShellExec function. This function opens a document based on its file path.

Prototype

int ShellExec( string Filename )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

string dir_command = "cmd /c \"dir " + output_file_path + "\*.tif /B > " + dir_output_file + "\"";
Application.RunProgram( dir_command,  "Generating File List...", 1, 1 );

Working Sample Code

For sample code: