in reply to Re: Finding directory paths for missing objs
in thread Finding directory paths for missing objs

what is "test dir" for?does the script search for recursive directories?

  • Comment on Re^2: Finding directory paths for missing objs

Replies are listed 'Best First'.
Re^3: Finding directory paths for missing objs
by philipbailey (Curate) on Mar 14, 2011 at 08:06 UTC

    "testdir" is the directory where I created test directories and files. You should replace with the root of the directory tree you wish to search. Yes, File::Find does perform a recursive search.