01-29-2024, 02:11 PM
(01-27-2024, 11:13 AM)mdijkens Wrote: Just some minor issues I run into with _Files$ under Windows 10:
1. If you call _Files$("doesnotexist") with a non existing pathspec it throws error 53: File not found
2. The wiki says _Files$ is not case sensitive on Windows, but _Files$("V*") only finds files starting with uppercase V and _Files$("v*") only finds files starting with lowercase v
Btw, _FullPath$() is awesome!
Thank you for reporting. Both issues are fixed in https://github.com/QB64-Phoenix-Edition/QB64pe/pull/440.