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.