delete

abstract fun delete(fileName: String): Boolean

Delete a file.

Return

true if the file was deleted, false if it didn't exist

Parameters

fileName

The name of the file without a path.