Module filesystem

Module filesystem 

Source
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.