Help for this page
use Win32::API; ... $length = $GetShortPathName->Call($longpath, $shortpath, $length); return substr($shortpath, 0, $length); }