Removing dir and content in super dir that is mounted via sshfs with python

后端 未结 0 735
悲哀的现实
悲哀的现实 2020-12-12 00:21

I have mounted a remote dir via sshfs and want to delete a dir and its content via python.

Trying

shutil.rmtree(res_dir, ignore_errors=True)
os.system(         


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