in reply to Re: How to Get Full Path Name on Win32 System
in thread How to Get Full Path Name on Win32 System
Win32::GetLongPathName expanded the 8.3 form and fixed capitalization/case, but didn't standardize slash direction. I had to use Win32::GetLongPathName(abs_path $dirname) on both 'c:/docume~1' and 'C:\Documents and Settings' to get them to match.