Storage adapter for local storage using the KotlinX IO library
Copies a file from the source path to the target path.
Deletes a file at the specified path.
Checks if a file exists at the specified path.
Creates a directory at the specified path.
Reads a file from the specified path.
Removes a directory at the specified path.
Saves a source of data bytes to a path.