2 references to ERROR_PATH_NOT_FOUND
mscorlib (2)
system\io\file.cs (1)
1469if (hr==__Error.ERROR_PATH_NOT_FOUND && FullPath.Equals(Directory.GetDirectoryRoot(FullPath)))
system\io\filestream.cs (1)
857if (errorCode==__Error.ERROR_PATH_NOT_FOUND && filePath.Equals(Directory.InternalGetDirectoryRoot(filePath)))