Page 1 of 1

New "Wish List" Item - FindFile$

Posted: Fri Aug 16, 2013 6:53 am
by Darren
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"