标签: c++
我正在尝试通过在文件名的开头和结尾添加引号(“ Filename.txt”)来解决FindFirstFile()的短/长扩展名问题,以确保它返回正确的文件(.txt,而不是.txta),但我没有发现有关我的问题的任何信息。
“ Filename.txt”无法获得准确的结果。
char TextBuff1[255]; strcat_s(TextBuff1, """); strcat_s(TextBuff1, FileName); strcat_s(TextBuff1, """);