|
openMSX
|
#include <FileContext.hh>


Public Member Functions | |
| UserFileContext (string_ref savePath="") | |
Public Member Functions inherited from openmsx::FileContext | |
| const std::string | resolve (string_ref filename) const |
| const std::string | resolveCreate (string_ref filename) const |
| std::vector< std::string > | getPaths () const |
| bool | isUserContext () const |
| template<typename Archive > | |
| void | serialize (Archive &ar, unsigned version) |
Additional Inherited Members | |
Protected Attributes inherited from openmsx::FileContext | |
| std::vector< std::string > | paths |
| std::vector< std::string > | savePaths |
Definition at line 47 of file FileContext.hh.
|
explicit |
Definition at line 153 of file FileContext.cc.
References string_ref::empty(), openmsx::FileOperations::join(), openmsx::FileContext::paths, openmsx::FileContext::savePaths, openmsx::USER_DIRS, and openmsx::USER_OPENMSX.
1.8.1.2