Closed Aetopia closed 1 year ago
Thanks for report. After testing, this is a regression bug of strutils since nim 1.6.0. Nim 1.4.7 works correctly. This code leads the problem:
import strutils
echo "abc\0\0\0".find("\0\0")
Nim 1.4.3 output 3. Nim 1.6.0 output 0.
Oh, thank you!
Any ETA when this will be fixed?
Bug is in strutils. wNim won't be fixed.
Using this code snippet simply returns an empy sequence when selecting multiple files.
I am not sure if this some issue with wNim or the parameters, I have passed to the
FileDialog
function.