My own WindowsPath.kt. Windows has many special ca...
# io
i
My own WindowsPath.kt. Windows has many special cases, MinGW POSIX API is not so useful, so it's better use Win32 API directly. https://gist.github.com/iseki0/eb4495e72d65fd10c0dce408241d0fae
👀 1
@Filipp Zhinkin I update it now it include a hand-written Windows path normalizer and I think it should be inlcuded in the windows path handling part... Here is just a demo. I can't add it to the kotlinx-io immediately because it affects the path library design. But I think one day you need it, at least, to make the library useful...(Unless you have a fully-new design theory of the path...)
And, my implementation: https://github.com/iseki0/klibpath