append

object append

Identical to write, except if the file already exists, appends to the file instead of error-ing out

class Object
trait Matchable
class Any
append.type

Value members

Concrete methods

def apply(target: Path, data: Source, perms: PermSet, createFolders: Boolean): Unit
def outputStream(target: Path, perms: PermSet, createFolders: Boolean): OutputStream

Open a java.io.OutputStream to write or append to the given file

Open a java.io.OutputStream to write or append to the given file