Help for this page

Select Code to Download


  1. or download this
    #-- test perl program to determine set up
    use strict;
    ...
     print "Long Path:\t$file\nShortPath:\t" .
        Win32::GetShortPathName($file) . "\n\n";
    }
    
  2. or download this
    
    
    ...
    
    Long Path:    C:\PROGRA~1\merant build
    ShortPath:    C:\PROGRA~1\merant build