From: djberg96@... (Daniel Berger) Date: 2004-08-11T11:21:14+09:00 Subject: Re: GetLongPathName WinNT Matt Maycock wrote in message news:... > So I use Win32API to get GetLongPathName on a Win2K box - works okay. > Apparently, I need to Windows NT + C++ requires NewAPIs.h to make it > work. Is there any way to do this for an NT box without having to > write a small extension? > > Matt Maycock Hi Matt, I just release win32-file 0.2.1 which now includes a long_path() method. There is both a C and pure Ruby version if you want to take a look. Regards, Dan