Skip to content

div

operator fun File.div(child: String): File

@JvmName(name = "childFile")
operator fun Prepared<File>.div(child: String): Prepared<File>

@JvmName(name = "childFile")
operator fun PreparedProvider<File>.div(child: String): PreparedProvider<File>

operator fun Path.div(child: String): Path
@JvmName(name = "childPath")
operator fun Prepared<Path>.div(child: String): Prepared<Path>
@JvmName(name = "childPath")
operator fun PreparedProvider<Path>.div(child: String): PreparedProvider<Path>

Accesses a file named child in the provided directory.