topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 8:31 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Feature Request v2 - searching for folders  (Read 5027 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Feature Request v2 - searching for folders
« on: July 12, 2005, 09:58 PM »
kfitting and i have talked about this a long time ago and it will definitely be in v2.
the tricky part is how to let user say to search folders.

i was thinking to use the / or \ character to mean folder.

so if you type mp3/
then you would be asking f&R to find all FOLDERS(DIRECTORIES) that have mp3 in them.
files would not be listed.

if you typed
mp3/cat
or typed
mp3/ cat
you would be asking to find all FILES with the word cat in them, that have the word mp3 in one of their parent directories

and maybe

mp3/cat *.mp3 would say
find all FILES with the word cat in them, that have the word mp3 in one of their parent directories, and end in *.mp3


and double clicking on a folder would launch your file explorer (or a custom configured file explorer) to that location.


any suggestions welcome


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Feature Request v2 - searching for folders
« Reply #1 on: July 12, 2005, 10:24 PM »
another possibility would be a separate editbox (on same line or differnt) for specifying directory patterns to match against
so you would put directory patterns in one box if you wanted, and file patterns in another.

this might be a more general approach, by having like an "expand" button which would show this folder pattern field, and maybe other fields where you could limit the search in other ways.. not a bad idea.