martaFile

Method readSymbolicLink()

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

Suspends

Resolves a symbolic link. The returned path can be relative to the containing folder.

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