| Message: 91533 |
 |
BY: David Croley (dcroley) DATE: 2009-11-12 16:39 SUBJECT: RE: Windows long paths issue I ended up just writing wrappers around calls to the native win32 API functions I needed using Win32API. The crux of the problem is that some (most) of the Ruby file and directory access methods do not handle Window's 260 character max path limit. | |