http://qs321.pair.com?node_id=1154507


in reply to Re: File::Find traversing a link into a mounted flash drive
in thread File::Find traversing a link into a mounted flash drive

No, and thanks!


Information about American English usage here and here. Floating point issues? Please read this before posting. — emc

  • Comment on Re^2: File::Find traversing a link into a mounted flash drive

Replies are listed 'Best First'.
Re^3: File::Find traversing a link into a mounted flash drive
by RonW (Parson) on Feb 06, 2016 at 00:36 UTC

    In that case. I would suggest that every time you enter a new directory, scan it yourself for symlinks, then call File::Find::find for each target that is on a different filesystem.

      I did that, and it works! Thanks!


      Information about American English usage here and here. Floating point issues? Please read this before posting. — emc