bool is_writable()
Returns true if item is writable.
std::string get_filename()
Returns the file name of the item in the listing.
virtual ~DirectoryListingEntry()
void set_filename(const std::string &)
bool is_directory()
Returns true if item is a directory.
Virtual File System (VFS) directory listing entry class.
Definition: directory_listing_entry.h:40
bool is_hidden()
Returns true if item is hidden.
bool is_readable()
Returns true if item is readable.