PathProvider

class PathProvider

Helper class to provide relative paths of files to copy.

Functions

addAt
Link copied to clipboard
fun addAt(file: File, at: String = "", mode: Int = 0b110100100): PathProvider
addPath
Link copied to clipboard
fun addPath(path: String, mode: Int = 0b110100100): PathProvider
addTo
Link copied to clipboard
fun addTo(file: File, to: String = "", mode: Int = 0b110100100): PathProvider