in reply to Re: Stat function returning an empty list (path/tiny)
in thread Stat function returning an empty list
File::Find has the ability to not visit any subdirectories via preprocess option if follow* options are false. (Else, all the files would have to be iterated over in a directory only to skip them all.) Does Path::Tiny not have that? While browsing the P::T code I had a smidgen of hope as the (directory) search is hand written, but did not find anything relevant.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Stat function returning an empty list (path/tiny)
by Anonymous Monk on Mar 07, 2015 at 01:39 UTC | |
by Anonymous Monk on Mar 07, 2015 at 06:53 UTC | |
by Anonymous Monk on Mar 07, 2015 at 08:26 UTC |