def print_before(path):
print("Cleaning {} located at {}\n".format(path.split('/')[-1],path))
print(Fore.LIGHTBLUE_EX + "Before cleaning\n" + Fore.RESET)
for files in os.listdir(path):
print(files,end='\t')
print()
clean_folder.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录