We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import os
path = './dir'
file_lst = os.listdir(path) print(file_lst)