martaFile

Method readSymbolicLink()

fun File:readSymbolicLink(): Error?, String?

Suspends

Resolve a symbolic link. The returned path can be relative.

Returns nil, path, error, nil if error occurred, or nil, nil if the file is not a symbolic link.