ShellExecEx Data Member Function

Opens a file or executes an operating system command.

Prototype

int32 ShellExecEx( string Path, string Operation, int32 Visible )

Parameters

Parameter Type Parameter Name Documentation
stringPathThe path to the file to open.
stringOperationThe operation to perform on the file. If an empty string is passed, 'open' is used.
int32VisibleA 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

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.