Boost C++ Libraries

PrevUpHomeNext

Function exists

boost::filesystem::exists

Synopsis

// In header: <boost/filesystem/file_status.hpp>


bool exists(file_status f);

Description

Returns:

status_known(f) && f.type() != file_not_found.


PrevUpHomeNext