This page contains reference documentation for the ShellExec function. This function opens a document based on its file path.
int ShellExec( string Filename )
Function parameters are as follows:
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 );
For sample code: