topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday March 29, 2024, 5:10 am
  • 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: Subdirectory Search Depth?  (Read 3831 times)

kartal

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 1,529
    • View Profile
    • Donate to Member
Subdirectory Search Depth?
« on: April 06, 2008, 02:05 AM »
How does it work? I cannot find much info about it. Does -1 means search all the subdirectories? Kind of confusing


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Subdirectory Search Depth?
« Reply #1 on: April 06, 2008, 05:17 AM »
-1 = search all (ie goes as deep as exists)
0 = search no subdirectories
1 = search 1 level deep
2 = search 2 levels deep
etc.

kartal

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 1,529
    • View Profile
    • Donate to Member
Re: Subdirectory Search Depth?
« Reply #2 on: April 06, 2008, 12:36 PM »
Thanks Mouser