localVfs

actual fun localVfs(path: String, async: Boolean): VfsFile
expect fun localVfs(path: String, async: Boolean = true): VfsFile

Gets a VfsFile in the Operating System filesystem in path. It supports accessing parent folders.

actual fun localVfs(path: String, async: Boolean): VfsFile
actual fun localVfs(path: String, async: Boolean): VfsFile
actual fun localVfs(path: String, async: Boolean): VfsFile