Help for this page

Select Code to Download


  1. or download this
    print our $short_path_dir = Win32::GetShortPathName( "$dir" );
    
  2. or download this
    my $short_path_dir = Win32::GetShortPathName($dir);
    print $short_path_dir;
    
  3. or download this
    $ perl -MO=Deparse,p -e 'print our $short_path_dir = Win32::GetShortPa
    +thName( "$dir" );'
    print our $short_path_dir = Win32::GetShortPathName("$dir");
    -e syntax OK