From: Tim Hunter Date: 2002-11-08T23:11:58+09:00 Subject: Re: Appending to a file Try "r+" On Fri, 8 Nov 2002 21:51:38 +0900, Maur�cio wrote: > Hi, > > How can I append to a file in Windows Ruby 1.72? I tried: > >File.open('filename','w+') > >but that erases the file content. > > Thanks, > Maur�cio > > > >