1
0
forked from ground/ground-old
This repository has been archived on 2026-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground_old_fork/extlibs/file

file library

This library allows reading from and writing to files on the system.

Functions

fun -string !readFile -string &fileName

This function reads all content from a file and returns it.

fun -bool !writeFile -string &fileName -string &content

This function overwrites a file with specified content. If successful, returns true. If not successful, returns false, and prints out a reason why it didn't work.