|
amend
|
fun amend(amender: (String) -> String): FileHandler |
|
copy
|
fun copy(target: File): FileHandler |
|
expand
|
fun expand(): FileHandler |
|
makeExecutable
|
fun makeExecutable(): Unit |
|
move
|
fun move(targetPath: String): FileHandler
fun move(target: File): FileHandler |
|
perform
|
fun perform(): FileHandler |
|
read
|
fun read(): String |
|
remove
|
fun remove(): FileHandler |
|
render
|
fun render(template: String): String |
|
replace
|
fun replace(search: String, replace: String): FileHandler |
|
toString
|
fun toString(): String |
|
write
|
fun write(content: String): Unit |