python删除文件夹及所有子文件

参考:http://blog.csdn.net/my2010sam/article/details/8956353

import shutil
shutil.rmtree( dir ) 


你可能感兴趣的:(python与GAE)