statAsync

abstract fun statAsync(opts: FileHandleStatOpts = definedExternally): Promise<Stats>(source)

Since

v10.0.0

Return

Fulfills with an {fs.Stats} for the file.


abstract fun statAsync(opts: StatOptions = definedExternally): Promise<Any>(source)