Unexpected behavior of `FindFile()` on Linux with 1.24 server (not tested in experimental branch)
`FindFile()` when setting the `FindFileFlags.ALL` flag does not find anything, but when `FindFileFlags.DIRECTORIES` is set it finds files but doesn't find the directoryflag `FindFileFlags.ALL` as well as `FindFileFlags.DIRECTORIES` finds only files, but does not find directories.
At the same time, it sets an attribute with index 4, which, as I understand it, is outside the scope of `enum FileAttr` where the last index is 3 with type `INVALID`