Is there any known Multiplatform way to "relativiz...
# multiplatform
a
Is there any known Multiplatform way to "relativize" file path from another path like
java.nio.file.Path.relativize()
? As far as I checked, okio Path/FileSystem and ktor Url don't seem to provide such a feature.
j
I wanna add this to the Okio Filesystem. We need it in Wire also and it seems handy
❤️ 2