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