Python 3: Error while executing os.rename()

后端 未结 0 1142
独厮守ぢ
独厮守ぢ 2020-12-15 16:34

I am trying to rename files using this code:

def rename_files(src: str,dst: str, folder_name: str):
    filepath = f"temp/{src}"
    filepath = file         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题