sbt.io.CopyOptions
See theCopyOptions companion object
final class CopyOptions extends Serializable
The options for the copy operation in IO
.
Value parameters
- overwrite
-
A source file is always copied if
overwrite
is true. Ifoverwrite
is false, the source is only copied if the target is missing or is older than the source file according to last modified times. If the source is a directory, the corresponding directory is created. - preserveExecutable
-
If
true
the executable properties are copied. - preserveLastModified
-
If
true
the last modified times are copied.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Members list
In this article