使用C / C ++程序创建目录或文件夹
在本教程中,我们将讨论一个使用C/C++程序创建目录或文件夹的程序。
要创建一个新目录,我们将使用mkdir()命令。请注意,给定的代码仅适用于Windows编译器。
示例
#include <conio.h>
#include <dir.h>
#include <process.h>
#include <stdio.h>
void main(){
int check;
char* dirname = "nhooo";
clrscr();
check = mkdir(dirname);
//检查是否创建目录
if (!check)
printf("Directory created\n");
else {
printf("Unable to create directory\n");
exit(1);
}
getch();
system("dir/p");
getch();
}输出结果
Directory created
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短