码迷,mamicode.com
首页 > Windows程序 > 详细

windows目录create、isExsit、remove

时间:2015-03-12 11:13:27      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:

RemoveDirectoryA(
__in LPCSTR lpPathName
);

PathFileExistsA(LPCSTR pszPath);

CreateDirectoryA(strDirectoryName.c_str(), NULL);

example:

 

//wPathMkdir("D:\\yecyTest");
int result = wPathFileExist("D:\\yecyTest");
if (result == 0)
{
printf("yecy::fail creat directory");
}

::RemoveDirectoryA("D:\\yecyTest");

windows目录create、isExsit、remove

标签:

原文地址:http://www.cnblogs.com/hqu-ye/p/4331729.html

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