getVfsName

abstract fun getVfsName(database: String? = null): String?(source)

Returns the names of all VFS shims and the final bottom-level VFS. If the option is not supported by the VFS, then null is returned.

Throws

if reading the option fails.