[Mono-list] Command line parameters with spaces
calahatras
calahatras at gmail.com
Thu Jan 20 16:33:40 EST 2011
Didn't know that.
This is not a solution, but since you should still get all arguments passed
to your main function, a workaround may be to use string.Join.
string one = string.Join(" ", args)
To get all your arguments as one string.
Regards
Patrick
--
View this message in context: http://mono.1490590.n4.nabble.com/Command-line-parameters-with-spaces-tp3228447p3228546.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list