fun File.printConflict(): Unit |
|
fun File.printCreated(): Unit |
|
fun File.printIdentical(): Unit |
|
fun File.printSkipped(): Unit |
|
fun File.printStatus(status: String): Unit |
|
fun File.relativePathToWorkingDir(): String
Returns a String with the path from this File relative to the current working dir (user.dir) |
|
fun File.safeListFiles(): List<File>
Like list() but returns empty list instead of null |
|
fun File.writeTextWithLogging(text: String, charset: Charset = Charsets.UTF_8): Unit
Print messages about file changes when writing text to it |