char temp2[260];strcpy( temp2 , dir );
char* temp = strchr( path , '\\');
temp++;
strcat(temp2 , temp );
mkdir( temp2 ); 这的具体意思是什么?我有点迷糊!!