22 #ifndef FIFE_VFS_DIRECTORYPROVIDER_H
23 #define FIFE_VFS_DIRECTORYPROVIDER_H
53 virtual bool isReadable(
const std::string& path)
const;
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.
VFSSourceProvider abstract baseclass.
Provider for OS directories.