[MonoDevelop] Win32 patch

Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.com
Fri Sep 1 12:12:27 EDT 2006


> > This isn't the DirectorySeparatorChar, this is the char to separate
> > different elements in environment variables.  E.g. Unix PATH:
> > /bin:/usr/bin   Win32 PATH: c:\windows;c:\windows\system
> >
> System.IO.Path.PathSeparator then?
> "A platform-specific separator character used to separate path strings
> in environment variables."

Ah, that works.  Used that in the latest version.

> > > it would probably be better if:
> > > 1) we just use '/' unconditionally on windows also (assuming that works
> > > like someone told me it does)
> >
> > This would require replacing every Path.Combine with foo + '/' + bar
> > and every Path.DirectorySeparatorChar with '/'
> >
> Hmm, nevermind this then.

This is only an issue in the Autotools addin anyway, because the
autotools are contrary to the native path separator on win32.

-- 
Tcsh: Now with higher FPS!
http://www.gnu.org/philosophy/shouldbefree.html


More information about the Monodevelop-list mailing list