delete

abstract fun delete(path: String)

Deletes the file at the given path.

Parameters

path
a fully qualified file path..

Throws

if an I/O error occurs.