39 return bfs::is_directory(bfs::path(path));
46 throw Exception(
"Path " + path +
" is not readable.");
VFSSource abstract baseclass.
virtual VFSSource * createSource(const std::string &path) const
Create a new instance of a VFSSource initialized with the given directory This will only pass if the ...
virtual bool isReadable(const std::string &path) const
Check if a given directory is readable.
The most basic VFSSource for "normal" filesystems.