object mv extends (Path, Path) ⇒ Unit with Mover with CopyMove
Moves a file or folder from one place to another.
Creates any necessary directories
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mv
- CopyMove
- Mover
- Function2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
object
into
extends (Path, Path) ⇒ Unit
Copy or move a file into a particular folder, rather than into a particular path
Copy or move a file into a particular folder, rather than into a particular path
- Definition Classes
- CopyMove
-
object
over
extends (Path, Path) ⇒ Unit
Copy or move a file, stomping over anything that may have been there before
Copy or move a file, stomping over anything that may have been there before
- Definition Classes
- CopyMove
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
*(t: PartialFunction[Path, Path])(from: Path): AnyVal
- Definition Classes
- Mover
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(from: Path, to: Path): Unit
- Definition Classes
- mv → Function2
-
def
apply(t: PartialFunction[String, String])(from: Path): AnyVal
- Definition Classes
- Mover
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def check: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
curried: (Path) ⇒ (Path) ⇒ Unit
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function2 → AnyRef → Any
-
def
tupled: ((Path, Path)) ⇒ Unit
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object all extends Mover