#include <paths.hpp>
Public Member Functions | |
std::string | display_name () const |
Formats this path for UI display. More... | |
Public Attributes | |
t_string | name |
Path name or drive letter/mount point path; may be a translatable string if it's a game resources path. More... | |
std::string | label |
System-defined label, if the path is a drive or mount point. More... | |
std::string | path |
Real path. More... | |
std::string desktop::path_info::display_name | ( | ) | const |
std::string desktop::path_info::label |
System-defined label, if the path is a drive or mount point.
Definition at line 44 of file paths.hpp.
Referenced by display_name(), and desktop::operator<<().
t_string desktop::path_info::name |
Path name or drive letter/mount point path; may be a translatable string if it's a game resources path.
Definition at line 42 of file paths.hpp.
Referenced by display_name(), and desktop::operator<<().
std::string desktop::path_info::path |