- if err.to_string() != "The system cannot find the file specified. (os error 2)".to_string() {
+ if err.to_string() != "The system cannot find the file specified. (os error 2)".to_string() && err.to_string() != "No such file or directory (os error 2)".to_string() {