Lines Matching defs:splitpath
423 =item splitpath
425 ($volume,$directories,$file) = File::Spec->splitpath( $path );
426 ($volume,$directories,$file) = File::Spec->splitpath( $path,
445 sub splitpath {
486 files from directories. Consider using C<splitpath()> otherwise.
574 my ($dir_volume, $dir_dirs) = $self->splitpath($directory, 1);
662 my ( $path_vol, $path_dirs, $path_file ) = $self->splitpath( $path );
663 my ( $base_vol, $base_dirs ) = $self->splitpath( $base );
728 my ( $path_dirs, $path_file ) = ($self->splitpath($path))[1,2] ;
731 my ( $base_vol, $base_dirs ) = $self->splitpath($base) ;