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