div¶
@JvmName(name = "childFile")
operator fun PreparedProvider<File>.div(child: String): PreparedProvider<File>
@JvmName(name = "childPath")
operator fun PreparedProvider<Path>.div(child: String): PreparedProvider<Path>
Accesses a file named child in the provided directory.