Can I please ask if you can consider adding the following function to the next release of FnxBasic?
Add a command similar to "FindFirst$" called something like "FindFile"
It would work similar to FindFirst$ except it will not be used in a "FindNext$" loop
The command would simply return the full name of a file given a wildcard
eg:
FindFile("C:FnxBasicFnxE*.exe") would return "FnxEditor.exe"