/FIOWrap

AR Library for basic File IO operations

Primary LanguageCMIT LicenseMIT

Info

Library is provided by Loupe
https://loupe.team
info@loupe.team
1-800-240-7042

Description

The FIOWrap library provides a simple, intuitive interface for working with files. Files offer power fail safe data storage. They have the advantage over permanent memory that they are also protected against battery failure.

The FIOWrapper provides a clean interface for the most common file operations. Any state machines necessary to perform these operations are built into the library and do not need to be implemented by the application developer.

The FIOManager provides functionality to manage disk usage by deleting old files and directories. It is very helpful for applications which log a lot of data.

For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/fiowrap.html

Installation

To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install fiowrap. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html

Licensing

This project is licensed under the MIT License.