Getting a file's canonical path is one of the few file APIs my library tests require that `kotlinx-io` doesn't currently support. Similar API references: * [JVM File.getCanonicalPath](https://docs.oracle.com/javase/8/docs/api/java/io/File.html#getCanonicalPath--) * [Apple Foundation NSURL.canonicalPath ](https://developer.apple.com/documentation/foundation/urlresourcevalues/1779763-canonicalpath) * [Okio FileSystem.canonicalize](https://square.github.io/okio/3.x/okio/okio/okio/-file-system/canonicalize.html)