vertx / io.vertx.kotlin.core.file / io.vertx.core.file.FileSystem / truncateAwait

truncateAwait

suspend fun FileSystem.truncateAwait(path: String, len: Long): Unit

Suspending version of method io.vertx.core.file.FileSystem.truncate

Parameters

path - the path to the file

len -

the length to truncate it to

NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.