2 Star 0 Fork 0

shine_forever / pyTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
del_dir.py 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
shine_forever 提交于 2014-02-24 18:55 . 20140224
#! /usr/bin/env python
#coding:utf-8
__author__ = 'guolt'
import shutil,os
dir='/u01/cdnLog/cdn_tmp/test'
if os.path.exists(dir):
if len(os.listdir(dir)) != 0:
print "del dir....."
shutil.rmtree(dir)
else:
print "dir have data..."
Python
1
https://gitee.com/shine_forever/pyTest.git
git@gitee.com:shine_forever/pyTest.git
shine_forever
pyTest
pyTest
master

搜索帮助