| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
#include <icommondirectories.h>
 Inheritance diagram for ICommonDirectories:
 Inheritance diagram for ICommonDirectories:| Public Member Functions | |
| virtual Optional< UTF8String > | get (CommonDirectoryLocation location, const UTF8String &subDir="", bool create=false) const =0 | 
| Get a common directory.  More... | |
|  Public Member Functions inherited from Interface | |
| virtual | ~Interface () noexcept | 
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface (Interface &&)=delete | |
| Interface & | operator= (const Interface &)=delete | 
| Interface & | operator= (Interface &&)=delete | 
| template<typename T > | |
| const auto | dynamicCast () const | 
| template<typename T > | |
| auto | dynamicCast () | 
| 
 | pure virtual | 
Get a common directory.
| location | the location of the directory | 
| subDir | optional sub directory | 
| create | create directory if it does not exist |