#include #include #include int main(){ if( (_access( "abc", 0 )) == -1 ) { int flag = mkdir("abc"); if (flag==0) printf("make successfully\n"); }}