This function opens a document based on its file path, using the current default Windows application that is associated with the file type.
int32 ShellExec( string Filename )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | Filename | The path of the file to open. |
None published. Please look for an example in the Simdify Scripting Language code base.