mkfile

abstract fun mkfile(path: String)

Creates a file at the given path, creating any intermediate directories as necessary.

Parameters

path
a fully qualified file path.

Throws

if an I/O error occurs.