Menu

how to add multiple searches

Anonymous
2021-02-10
2021-02-10
  • Anonymous

    Anonymous - 2021-02-10

    How can i add multiple searched from different folders?

     
  • Anonymous

    Anonymous - 2021-02-10

    There's no support for this directly. But you can make a regular expression that matches files from multiple directories. For example, this pattern will match anything under C:\Windows or C:\Users:

    >^(C:\\Windows\\.*|C:\\Users\\*.)\\.*
    
     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.