Starts a program or open a file.
[Visual Basic] Shared Public Sub Start( _ ByVal p_sPath As String, _ ByVal p_sArguments As String _ ) [C#] public static void Start( string p_sPath, string p_sArguments ); [C++] public: static void Start( String* p_sPath, String* p_sArguments ); [JScript] public static function Start( String p_sPath, String p_sArguments );
Routines Class | Okapi.Library.Base Namespace