djd.py 96 Bytes Edit 1 2 3 4 import os a='C:\\Users\\Administrator\\Desktop\\abc' filelist=os.listdir(a) print(filelist)