Classes | Namespaces | Functions
Files.hpp File Reference

(2)

Utilities for files. More...

#include <Balau/Exception/ResourceExceptions.hpp>
#include <boost/iostreams/filtering_streambuf.hpp>
#include <boost/iostreams/copy.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include <sstream>
Include dependency graph for Files.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Files
 File utilities. More...
 

Namespaces

 Balau::Util
 Utility functions.
 

Functions

template<typename AllocatorT >
Balau::U8String< AllocatorT > toString (const boost::filesystem::path &path)
 Print the file system path as a UTF-8 string. More...
 

Detailed Description

Utilities for files.

Function Documentation

◆ toString()

std::string toString ( const boost::filesystem::path &  path)
inline

Print the file system path as a UTF-8 string.

Returns
a UTF-8 string representing the file system path