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