3

In Scala 2.8, how to write (append) a line to a file? Should I use Java clesses or there are native Scala functions for this?

If you can also tell how to replace or remove a particular line from a text file - it'd be also interesting.

Ivan
  • 63,011
  • 101
  • 250
  • 382

1 Answers1

2

Using java classes or waiting for scala 2.9's scala.io

Eastsun
  • 18,526
  • 6
  • 57
  • 81