Okapi .NET Library

Routines.Start Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_sPath
Path of the program to start or the file to open.
p_sArguments
Optional arguments.

See Also

Routines Class | Okapi.Library.Base Namespace