open fun delete(path: String, handler: Handler<AsyncResult<Void>>): FileSystem
Deletes the file represented by the specified path, asynchronously.
handler - the handler that will be called on completion
Return
a reference to this, so the API can be used fluently