clq
浏览(0) +
2007-11-18 14:45:15 发表
编辑
关键字:
函数和头文件
#include "direct.h"
::mkdir(dir);
#include //vc6 下也能用 stat() 函数
int
test_for_directory(const char *path)
{
struct stat statb;
if (stat(path, &statb) < 0)
return errno;
if (S_ISDIR(statb.st_mode))
return EISDIR;
else
return 0;
}
NEWBT官方QQ群1: 276678893
可求档连环画,漫画;询问文本处理大师等软件使用技巧;求档softhub软件下载及使用技巧.
但不可"开车",严禁国家敏感话题,不可求档涉及版权的文档软件.
验证问题说明申请入群原因即可.