Author Topic: SE 12.0.0.0 - Diffzilla Multi-file filespecs doesn't quite work  (Read 3999 times)

mwoodside

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
I am trying to compare two trees with lots o' files with many different extensions. I only want to see the .c and .h files. I have selected Multi-file and recurse into subdirectories. In the filespecs field I have *.c; *.h. It doesn't find anything. It says "No Files match these parameters". I think because it doesn't want to recurse into the subdirectories because they don't match *.c and *.h. If I put just "*" in the filespecs then it works but I see everything in the world, which makes it very complicated to see what I am really looking for. Is there something else that I need to do to do recurse into subdirectories with filespecs of *.c; *.h ??  Thanks.

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
Re: SE 12.0.0.0 - Diffzilla Multi-file filespecs doesn't quite work
« Reply #1 on: June 01, 2007, 01:33:16 PM »
I think what you want to put into filespecs is *.c *.h instead of *.c; *.h.  Let me know if this works for you :).

- Ryan

mwoodside

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Re: SE 12.0.0.0 - Diffzilla Multi-file filespecs doesn't quite work
« Reply #2 on: June 01, 2007, 01:56:02 PM »
Ryan,

that is exactly what I needed to know. Works great! Thanks.