conbein49
Results
1
issues of
conbein49
由于编码问题,在Windows下如果path中包含中文,fs::exists(path)会返回false, 即使文件存在。 改为在Windows中,使用GetFileAttributesW API判断文件是否存在