fs-mumu 0.1.3

Filesytem tools plugin for the Lava language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.