/light_io

A lightweight C11 library for basic string, path, and file operations.

Primary LanguageCMIT LicenseMIT

light_io

A lightweight C11 library for basic string, path, and file operations.

Build Status

About light_io

This project provides basic utilities for accessing the file system, creating, removing, and moving files on different operating systems. While portable, it uses some C11-based functions and operations but should otherwise be portable across Windows and *Nix-based operating systems.

Samples

Sample application can be found within the "test" directory.

Q&A

For any inquiries or pull requests, please email mileslacey@gmail.com. Bugs and other issues can be added here on GitHub. Finally, all source code is available under the MIT License.