class PathProvider
Helper class to provide relative paths of files to copy.
fun addAt(file: File, at: String = "", mode: Int = 0b110100100): PathProvider |
|
fun addPath(path: String, mode: Int = 0b110100100): PathProvider |
|
fun addTo(file: File, to: String = "", mode: Int = 0b110100100): PathProvider |