[Mono-list] Filenames with spaces in it

Miguel de Icaza miguel@ximian.com
12 Aug 2002 14:23:11 -0400


Hello,

> I'm currently writing a mono backend binding for SharpDevelop
> and I've problems with file names that contain spaces.
> I use the @filename file to specify the command line arguments
> but it doesn't work to set windows style " chars for these files.
> I've tried to use \[SPACE] too, but didn't work either.

Can you provide us with a sample file?  In theory, mcs should take the
same arguments as csc, and I will try to keep them compatible.  Please
submit any problems like this as a bug report (bugzilla.ximian.com)

Miguel