Lines Matching defs:catpath
176 versions of File::Spec come with a method called C<catpath()> (see
181 C<catpath()> to concatenate I<volume names> and I<directory
185 $abs_path = File::Spec->catpath("MacintoshHD:", $dir,"");
305 you are encouraged to use C<catpath()> (see below).
439 The results can be passed to C<catpath()> to get back a path equivalent to
549 =item catpath
551 $path = File::Spec->catpath($volume,$directory,$file);
564 sub catpath {
685 return $self->catpath( '', $self->catdir( $base_dirs, $path_dirs ), $path_file ) ;
738 $path = $self->catpath( $base_vol, $base_dirs, $path_file );