不明白这段带码的意思?
说详细点好吗我很笨的 char dir2[260];
strcpy( dir2 , dir );
//从全路径提取出文件名
char* temp = strchr(FileName,'\\');
temp++;
strcat(dir2 , temp );
说详细点好吗我很笨的 char dir2[260];
strcpy( dir2 , dir );
//从全路径提取出文件名
char* temp = strchr(FileName,'\\');
temp++;
strcat(dir2 , temp );
2007-03-17 08:37

2007-03-17 09:58
2007-03-17 10:05