A lightweight C11 library for basic string, path, and file operations.
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.
Sample application can be found within the "test" directory.
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.