RenameFileOptions

case class RenameFileOptions(overwrite: Opt[Boolean], ignoreIfExists: Opt[Boolean])

Rename file options

Value parameters:
ignoreIfExists

Ignores if target exists.

overwrite

Overwrite target if existing. Overwrite wins over ignoreIfExists

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product