New "Wish List" Item - FindFile$

Here one can report bugs or hold discussions about bugs updates and work arounds.
Post Reply
Darren
Posts: 63
Joined: Wed May 11, 2011 11:55 am

New "Wish List" Item - FindFile$

Post: # 1102Post Darren
Fri Aug 16, 2013 6:53 am

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"

Post Reply