Listing files within a directory is one of the few file APIs my library tests require that `kotlinx-io` doesn't currently support. Similar API references: * [JVM File.listFiles](https://docs.oracle.com/javase/8/docs/api/java/io/File.html#listFiles--) * [Apple Foundation NSFileManager.contentsOfDirectoryAtPath:error:](https://developer.apple.com/documentation/foundation/nsfilemanager/1414584-contentsofdirectoryatpath) * [Okio FileSystem.list](https://square.github.io/okio/3.x/okio/okio/okio/-file-system/list.html)