What I am requesting is an additional flag for the SC quicksearch command that returns file/folder names only without path. If you need example use cases for this there are various situations where I find myself wanting to do this, such as when displaying a popupmenu of QS results, creating VF's. populating an inputselect with long paths etc, while I could post-process the results to what I require, if this wish was granted it would be more efficient, but if you think the juice isn't worth the squeeze I can live without it. Thanks for your consideration.
eg. (flag "n" = names only / no paths)
Code: Select all
popupmenu(quicksearch("searchterm.ext /f", "c:\really\long\path\not\wanted\displayed", , "n"));
XYplorer Beta Club