01-27-2024, 11:13 AM
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!
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!
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience