From: "Berger, Daniel" Date: 2006-03-08T00:03:53+09:00 Subject: Re: Path management in ruby > -----Original Message----- > From: Payton Swick [mailto:payton@foolord.com] > Sent: Tuesday, March 07, 2006 7:15 AM > To: ruby-talk ML > Subject: Re: Path management in ruby > > > Have you seen the Pathname and Pathname2 modules? They're > part of the > standard library. They are also platform independant and > give you all > the features of File, FileUtils, and more. > > -Payton Just a quick correction - pathname is part of the stdlib, pathname2 is not. Regards, Dan