Kotlin File Operations

Kotlin File Operations

In this series of Kotlin tutorials, we shall go through different file operations with examples for each of the operations.

Basic tutorials on Files

The following tutorials cover CRUD operations and checks on files.

Basic tutorials on directories

The following tutorials cover CRUD operations and checks on directories.

Tutorials related to File metadata

The following tutorials deal with meta information like file size, file created date, file modified date, etc.

Text file operations

Tutorials on how to create a file using Kotlin.

Tutorials on how to write content to file.

Tutorials on how to read the content from file.

Tutorials on how to access file permissions.

Tutorials on how to perform string operations with the content in files.

CSV file operations

JSON file operations