martaFile

Method canonicalize()

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

Suspends

Recursively resolve symbolic links and aliases in the file path.

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

Note that only the last path segment is canonicalized.