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/
In this code, file name lookups don't use the per-volume uppercase table ($UpCase), a language-specific comparison operator (=) is used instead:
RawCopy/RawCopy.au3
Line 3105 in 0d8d690
RawCopy/RawCopy.au3
Line 3111 in 0d8d690
This can result in behaviour described in this post: https://dfir.ru/2021/07/15/playing-with-case-insensitive-file-names/