Environment: GetCommandLineArgs

GetCommandLineArgs

Returns an array of parsed Arguments from the command line.



 Public Function GetCommandLineArgs ( ) As String ( )

Return Values

String() -  An array of command line Arguments, including the application name.

Remarks

The application is the first Argument in the array. Arguments are separated by spaces. If spaces are embedded in an Arguments and should not be used to separate the Arguments, then the Arguments must be surrounded in quotes.

See Also

Project CorLib Overview

Class Environment Overview