added FixFilename function at filesystem namespace.

This commit is contained in:
2021-09-04 13:44:24 +08:00
parent 2ebff83530
commit 0d46053149
2 changed files with 71 additions and 0 deletions

View File

@@ -259,6 +259,8 @@ namespace hgl
inline WideString MergeFilename(const WideString &pathname,const WideString &filename) ///<组合路径名与文件名
{return MergeFilename<wchar_t>(pathname,filename,L'\\',L"\\");}
OSString FixFilename(const OSString &filename); ///<修正部分文件名问题
}//namespace filesystem
}//namespace hgl
#endif//HGL_FILESYSTEM_FILENAME_INCLUDE