ShellExec Data Member Function

This function opens a document based on its file path, using the current default Windows application that is associated with the file type.

Prototype

int32 ShellExec( string Filename )

Parameters

Parameter Type Parameter Name Documentation
stringFilenameThe path of the file to open.

Examples

Copy Text To Clipboard

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