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