[Mono-list] [Q] cross-platform paths.

Duncan Mak duncan@ximian.com
Fri, 23 Jul 2004 14:03:07 -0400


On Fri, 2004-07-23 at 13:36, Daniel Carrera wrote:
> I just read on another post that there is an Environment class.  But I 
> can't find it in the class list.  Where is it?

It's System.Environment in mscorlib.

As for path names, you can also use the System.IO.Path.Combine () method
to create paths. It's easier than adding strings together.

Duncan.