You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added FileSystem interface providing basic operations on paths: reading/writing files, creating directories, moving and deleting files and directories, and gathering fs node metadata.
* Provided default FileSystem implementation - SystemFileSystem
* Extended Path API to allow getting parent paths and constructing children's paths using platform-dependent APIs under the hood.
* Added API to get path to the system temporary directory
Closes: #206#211#212#183#214
---------
Co-authored-by: Jeff Lockhart <[email protected]>
kotlinx.io.files.Path
was added only to provide some basic operations with files and it'll be eventually replaced with proper filesystem API.However, until it happens, there should be a way to perform some basic filesystem operations.
Following need to be added:
The text was updated successfully, but these errors were encountered: