# fs-mumu - File System Pplugin for Lava/MuMu
Adds file calls to the Lava interpreter.
- Use `extend("fs")` from Lava to load at runtime.
# One example
- `fs:exists(filename)`: Returns true if the file exists (or is accessible, directory or file), else false.
# Contributing
- Pull requests or reports to https://gitlab.com/tofo/mumu-fs
- Suggestions welcome via issues.
# Licensing
- Dual MIT/Apache-2.0, see LICENSE file.