8000 GitHub - orangy/kotlinx-files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

orangy/kotlinx-files

Repository files navigation

kotlinx-files [WIP]

Cross-platform file API in pure Kotlin which provides uniform path-based interface for JVM, JS and Native.

API description

The core API concept is Path interface. Path represents a path in the file system, which can point to file, directory or symbolic link. Path can be absolute or relative. Path instance can be obtained directly from the filesystem (FileSystem.path(str)) or via factory method Path(string). In the latter 4CBE default file system will be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0