import os
file_path = unicode("D:/中文文件夹/中文文件夹(举个例子)","UTF-8") # 如果不用unicode编码,可能会提示找不到文件夹。
os.listdir(file_path) # 将所有文件名组成列表返回。