4 #include "boost/filesystem.hpp"
25 return boost::filesystem::path(
path_).extension().
string();
30 return boost::filesystem::path(
path_).filename().
string();
44 return boost::filesystem::exists(boost::filesystem::path(
path_));
49 return boost::filesystem::is_regular_file(boost::filesystem::path(
path_));
54 return boost::filesystem::is_directory(boost::filesystem::path(
path_));
59 return boost::filesystem::last_write_time(boost::filesystem::path(
path_));