Is Python's shutil.rmtree() a blocking call?

前端 未结 0 1839
醉话见心
醉话见心 2021-01-24 08:35

When we use Python\'s shutil.rmtree(), does the OS make sure that the folder is deleted (blocking call) before next instruction is executed?

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