Compare 2 file in base folder and exclude others

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bentam
    Enthusiast
    • Jun 2004
    • 26

    Compare 2 file in base folder and exclude others

    In the base folder, how can I compare only 2 files and exclude all other files in it?

    I find that if I enter only the names of the 2 files into the "Include files:" box, files in sub-folders will not be able to be shown. In order to compare all files in sub-folders, I must enter *.* in the "Include files:" box.

    Is there any way to include only 2 files in the "base folder"?

    TIA
    Ben Tam
    Last edited by bentam; 17-Oct-2011, 06:12 AM.
  • Zoë
    Team Scooter
    • Oct 2007
    • 2666

    #2
    In the "Include Files" edit, use these filters:

    .\filename1
    .\filename2
    .\*\...\*

    The first two are the files in the base folder you want to include. The last one matches all files that are in at least one subfolder.
    Zoë P Scooter Software

    Comment

    • bentam
      Enthusiast
      • Jun 2004
      • 26

      #3
      Thanks for your help.

      Ben

      Comment

      Working...