Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: map a few more error codes to ErrorKind
NotFound errors: * `ERROR_INVALID_DRIVE`: The system cannot find the drive specified * `ERROR_BAD_NETPATH`: The network path was not found * `ERROR_BAD_NET_NAME`: The network name cannot be found. InvalidFilename: * `ERROR_BAD_PATHNAME`: The specified path is invalid.
- Loading branch information