S
Sam
I'm trying to search a directory tree for a specific file, when that file is
found I need the path returned.
Does anyone know how to do this?
I have been trying to use File::Find. It traverses the directory tree well
enough, but it does not return anything.
In this specific example, I can assume that the file name I'm looking for
only occurs once.
Does anyone know how to do this? It seems as though this should be a
straightforward problem.
Thanks
found I need the path returned.
Does anyone know how to do this?
I have been trying to use File::Find. It traverses the directory tree well
enough, but it does not return anything.
In this specific example, I can assume that the file name I'm looking for
only occurs once.
Does anyone know how to do this? It seems as though this should be a
straightforward problem.
Thanks