Reading Time: < 1 minute

Project Info:

Simple File Functions(SFF) is a small library meant to perform quick file functions such as creating and checking directories as well as appending strings to files.

License: MIT License

Language: C++

Dependencies:

#include <string>
#include <iostream>
#include <fstream>
#include <sys/stat.h>

Library size: 7kb

Library last updated: 03/6/2020