dash_rs

Module filesystem

Source
Expand description

This module provides utilities for interacting with the file system.

Functionsยง

  • Creates a file with a specific name in a specific directory. If the directory does not exist, it will be created.
  • Deletes a file with a specific name in a specific directory.
  • Reads the content of a file in a specific directory and returns it as a string.