2002-08-21 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Wed, 21 Aug 2002 23:38:23 +0000 (23:38 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 21 Aug 2002 23:38:23 +0000 (23:38 -0000)
commit8c504165806df90c749d1d6f8c78cdaf526f764c
tree5c6a19a4323b0f1a548e46e867ea8924261f98fc
parent36162c3ff7087f25bc99d579ab30abe0ff30b993
2002-08-21  Miguel de Icaza  <miguel@ximian.com>

* Environment.cs: Implemented OSVersion property.

2002-08-21  Miguel de Icaza  <miguel@ximian.com>

* Path.cs (GetDirectoryName): Fix for filenames with size = 1

* File.cs: Removed all references that threw exceptions when the
paths contains a colon, as this is a valid part of an identifier
on Unix.

Everywhere: The String.Empty return from GetDirectoryName means
that there is no directory information about the path.

svn path=/trunk/mcs/; revision=6868
mcs/class/corlib/System.IO/ChangeLog
mcs/class/corlib/System.IO/File.cs
mcs/class/corlib/System.IO/Path.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Environment.cs