martaFile

Method canonicalize()

fun File:canonicalize(): Error?, File?

Suspends

Resolves symbolic links and aliases in the file path recursively.

Returns nil, file, or error, nil if error occurred.

Note that only the last path segment is canonicalized.