holylib_filesystem_easydircheck
Description
If enabled, it will check if the file contains a .
after the last /
.
If so it will cause CBaseFileSystem::IsDirectory
to return false since we assume it's a file.
This will cause file.IsDir
to fail on folders with names like these test/test1.23
.