into

object into

Copy a file into a particular folder, rather than into a particular path

class Object
trait Matchable
class Any
into.type

Value members

Concrete methods

def apply(from: Path, to: Path, followLinks: Boolean, replaceExisting: Boolean, copyAttributes: Boolean, createFolders: Boolean, mergeFolders: Boolean): Unit

Deprecated methods

@deprecated("Use os.copy.into(from, to, followLinks, replaceExisting, copyAttributes, ".+("createFolders, mergeFolders) instead"), "os-lib 0.7.5")
def apply(from: Path, to: Path, followLinks: Boolean, replaceExisting: Boolean, copyAttributes: Boolean, createFolders: Boolean): Unit

This overload is only to keep binary compatibility with older os-lib versions.

This overload is only to keep binary compatibility with older os-lib versions.

Deprecated