resolveRefFromPath

abstract suspend fun resolveRefFromPath(path: String): Outcome<KmpFsRef, KmpFsError>

Attempts to create a KmpFileRef from the provided path string. This is only supported on the JVM due to sandbox constraints on other platforms.

Parameters

path

A normalized path string. Windows and Unix style paths are both acceptable.