Skip to content

Support some basic file-system operations for kotlinx.io.files.Path #211

@fzhinkin

Description

@fzhinkin

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:

  • delete files
  • check file/directory existence
  • move files atomically
  • mkdirs

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions