码迷,mamicode.com
首页 > 其他好文 > 详细

目录文件函数

时间:2014-09-18 00:42:23      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:使用   for   文件   log   c   ef   r   file   函数   

创建目录函数:
 ForceDirectories :可创建多级目录
 CreateDir     :只能创建一级目录 不能使用..\log形式

检查目录是否存在:
DirectoryExists

删除文件:
DeleteFile

删除文件夹:
RmDir(‘.\log\r‘);

目录文件函数

标签:使用   for   文件   log   c   ef   r   file   函数   

原文地址:http://www.cnblogs.com/spiritofcloud/p/3978307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!