Preguntas con la etiqueta [file-not-found]

Lista file-not-found preguntas

Estaba intentando iterar sobre los archivos en un directorio como este: import os path = r'E:/somedir' for filename in os.listdir(path): f = open(filename, 'r') ... # process the file Pero