in reply to Re^2: find2perl and 256 chars folder length
in thread find2perl and 256 chars folder length
Download the source from my page, find the functions I used, and use Win32::API or one of the existing Win32 functions to port my algorithm to perl. Win32::GetShortPathName() and Win32::GetLongPathName() are documented in the latter module, but they are availabe as CORE functions (without use Win32;), so you don't even have to mess with Win32::API.
Alexander
|
|---|