[Mono-list] Filenames with spaces in it

Christoph Wille christophw@alphasierrapapa.com
Mon, 12 Aug 2002 20:51:18 +0200


At 02:23 PM 8/12/2002 -0400, Miguel de Icaza wrote:
> > 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)

The sample is as simple as "filename with spaces.cs"

Chris