说详细点好吗我很笨的 char dir2[260];
strcpy( dir2 , dir );
//从全路径提取出文件名
char* temp = strchr(FileName,'\\');
temp++;
strcat(dir2 , temp );