In this code, file name lookups don't use the per-volume uppercase table ($UpCase), a language-specific comparison operator (=) is used instead:
|
If $IndxFileNameArr[$j] = $TestName Then |
|
If $IndxFileNameArr[$j] = $TestName Then |
This can result in behaviour described in this post: https://dfir.ru/2021/07/15/playing-with-case-insensitive-file-names/