Searched defs:catpath (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DOS2.pm107 sub catpath { subroutine
194 $self->catpath( "", $path_directories, $path_file )
220 $path = $self->catpath(
H A DWin32.pm160 $path = $self->catpath(
182 The results can be passed to L</catpath> to get back a path equivalent to
260 =item catpath
268 sub catpath { subroutine
328 return $self->canonpath( $self->catpath('', $result_dirs, '') );
353 $path = $self->catpath(
H A DMac.pm177 versions of File::Spec come with a method called C<catpath()> (see
182 C<catpath()> to concatenate I<volume names> and I<directory
186 $abs_path = File::Spec->catpath("MacintoshHD:", $dir,"");
306 you are encouraged to use C<catpath()> (see below).
455 The results can be passed to C<catpath()> to get back a path equivalent to
565 =item catpath
567 $path = File::Spec->catpath($volume,$directory,$file);
580 sub catpath { subroutine
701 return $self->catpath( '', $self->catdir( $base_dirs, $path_dirs ), $path_file ) ;
754 $path = $self->catpath(
[all...]
H A DUnix.pm241 The results can be passed to L</catpath()> to get back a path equivalent to
293 =item catpath()
302 sub catpath { subroutine
H A DVMS.pm362 =item catpath (override)
368 sub catpath { subroutine
434 return $self->canonpath( $self->catpath( '', $path_directories, $path_file ) ) ;
480 $path = $self->catpath( $base_volume, $base_directories, $path_file );

Completed in 25 milliseconds