in reply to Tie::Filesystem - request for review
becomesmy $pathname = $self->{'root'} . $DIR_SEP . $leaf;
Alsomy $pathname = catdir($self->{'root'}, $leaf);
will probably not do what you expect. New testcase ;-)return -e ($self-{'root'} . $DIR_SEP . $leaf);
Arjen
|
---|