Hiya, I'm aware that I can use Process.Start() but I'd really really like
to be able to directly pass a list of strings to my child process as
arguments rather than having to escape shell characters and spaces etc.

Ie, In perl or C I'd do:

system("df","-m","/home/foo/Documents/Pictures/My Holiday");

Where in c# I'm forced to escape the space -> "My\ Holiday"

Ian
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to