ASPiK SDK
|
Public Member Functions | |
virtual Optional< UTF8String > | get (CommonDirectoryLocation location, const UTF8String &subDir="", bool create=false) const =0 |
![]() | |
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 |
Implemented in VSTGUI::Standalone::Platform::Win32::CommonDirectories, and VSTGUI::Standalone::Platform::Mac::CommonDirectories.