Contents
File utilities

Overview

This header provides user friendly file utility functions, defined within the Balau::Util::Files namespace.

Quick start

#include <Balau/Util/Files.hpp>

The following functions are currently implemented. More information is available on the API documentation page.

Function name Description
copy Copy the contents of the source file into the destination file.
toLines Read all lines of text of the specified file into a string vector.
readToString Read the specified file into a string.
readToVector Read the specified file into a character vector.