54 static std::shared_ptr<DirectoryScanner>
create();
66 virtual int size() = 0;
105 virtual bool next() = 0;
virtual bool is_writable()=0
Returns true if the file is writable by the current user.
virtual int size()=0
Gets the size of the current file.
virtual std::string directory_path()=0
Gets the directory being scanned.
virtual bool is_readable()=0
Returns true if the file is readable by the current user.
virtual bool next()=0
Find next file in directory scan.
virtual bool is_directory()=0
Returns true if the current file is a directory.
virtual bool is_hidden()=0
Returns true if the file is hidden.
Directory scanning class.
Definition: directory_scanner.h:50
virtual bool scan(const std::string &pathname)=0
Selects the directory to scan through.
static std::shared_ptr< DirectoryScanner > create()
Constructs directory scanner for iterating over a directory.
virtual std::string pathname()=0
Gets the pathname of the current file.
Definition: Application/application.h:35
virtual std::string name()=0
Gets the name of the current file.