“FileNotFoundException” Código de respuesta

Archivo no encontrado

file = open(r"C:\Users\SUN\Desktop\oops in python.txt")
for i in file:
    print(i)

file.close()
Gleaming Gerbil

FileNotFoundException

// 用户删除了该文件:
String t = readFile("C:\\abc.txt"); // FileNotFoundException!
Panicky Peafowl

Respuestas similares a “FileNotFoundException”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código