# 다운로드 폴더 내 파일 읽기
import os
path_dir = '/Users/aiden/Dropbox/Mac/Downloads' 
file_list = os.listdir(path_dir)
file_list

+ Recent posts