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

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)