You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Folders or files with utf-8 non-English letters in their paths do not show size and time of creation (columns show empty string). The stat function does not handle such paths correctly. In the original line "int result = stat(fpn.c_str(), &statInfos);" if fpn contains utf-8 non-English letters, then the size and time of file creation are not written to the statInfos structure
Line "if (!vInfos && vInfos->fileNameExt != "." && vInfos->fileNameExt != "..") {" incorrect in my original post. Used "if (vInfos->fileNameExt != "." && vInfos->fileNameExt != "..") {"
To solve the problem I fixed the function "m_CompleteFileInfos"
The text was updated successfully, but these errors were encountered: