* File.cs: In Move, throw IOException instead of ArgumentException if destination
authorLluis Sanchez <lluis@novell.com>
Wed, 24 Mar 2004 17:24:29 +0000 (17:24 -0000)
committerLluis Sanchez <lluis@novell.com>
Wed, 24 Mar 2004 17:24:29 +0000 (17:24 -0000)
commita186746a8a0eeb7402d72d5ab345f6ccdfbf6916
tree722fbcda2595d50c3c5ee0f2b7c184b438b01f94
parent2be7ee27e0a41098b80d04cc33e1e9c3020f1502
* File.cs: In Move, throw IOException instead of ArgumentException if destination
  is a directory.
* MonoIO.cs: In ExistsDirectory, return ERROR_PATH_NOT_FOUND instead of
  ERROR_FILE_NOT_FOUND, since we are looking for a directory, not a file.

svn path=/trunk/mcs/; revision=24527
mcs/class/corlib/System.IO/ChangeLog
mcs/class/corlib/System.IO/File.cs
mcs/class/corlib/System.IO/MonoIO.cs