def file_selector(folder_path='.', target="background"): filenames = [f for f in os.listdir(folder_path) if not f[0] == "."] # get file names from dir ...
確定! 回上一頁