I would like to do some basic filesystem operations on mingwX64 Windows (and possibly other platforms): open, close, read, rename, get metadata, list files in a directory.
I have found one project that promises to implement this functionality: KotlinxIO. However, there has been no progress made in years.
Are there any other alternatives or workarounds?