Expand description
This module provides utilities for interacting with the file system.
Functionsยง
- create_
file - Creates a file with a specific name in a specific directory. If the directory does not exist, it will be created.
- delete_
file - Deletes a file with a specific name in a specific directory.
- read_
file - Reads the content of a file in a specific directory and returns it as a string.