[EMAIL PROTECTED] wrote: > In java there is the notion of using a system variable to tell you > what the platform-specific folder separator is. Is the same true for > .Net? I've only done .Net on windows and haven't cared until now.
You want System.IO.Path.DirectorySeparatorChar. -- Arild AnkhSVN: http://ankhsvn.tigris.org Blog: http://ankhsvn.com/blog IRC: irc://irc.freenode.net/ankhsvn "Weaseling out of things is good. It's what separates us from the other animals....except weasels." -- Homer Simpson _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
