[Pharo-users] open file in append mode

2014-04-09 Thread Norbert Hartl
How can I open a file in append mode in order to start writing at the end of the file? thanks, Norbert

Re: [Pharo-users] open file in append mode

2014-04-09 Thread Sven Van Caekenberghe
Norbert, Just use #setToEnd once you opened the file stream. HTH, Sven On 09 Apr 2014, at 10:08, Norbert Hartl norb...@hartl.name wrote: How can I open a file in append mode in order to start writing at the end of the file? thanks, Norbert

Re: [Pharo-users] open file in append mode

2014-04-09 Thread Thomas Bany
Hi ! I use #setToEnd. Cheers 2014-04-09 10:08 GMT+02:00 Norbert Hartl norb...@hartl.name: How can I open a file in append mode in order to start writing at the end of the file? thanks, Norbert