Help for this page

Select Code to Download


  1. or download this
      my @dirs = File::Spec::Win32->splitdir($directories);
      my $delimiter = '!!SPLORG!!';
      print join($delimiter, @dirs) . "|$Name";
      print "\n";
    
  2. or download this
    my ( $volume, $directories, $file ) = File::Spec::Win32->splitpath( $P
    +ath );