`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