openMSX
|
#include "FileContext.hh"
#include "FileOperations.hh"
#include "FileException.hh"
#include "serialize.hh"
#include "serialize_stl.hh"
#include "stl.hh"
#include <cassert>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
FileContext | openmsx::configFileContext (string_view path, string_view hwDescr, string_view userName) |
const FileContext & | openmsx::systemFileContext () |
const FileContext & | openmsx::preferSystemFileContext () |
FileContext | openmsx::userFileContext (string_view savePath) |
const FileContext & | openmsx::userFileContext () |
FileContext | openmsx::userDataFileContext (string_view subDir) |
const FileContext & | openmsx::currentDirFileContext () |
Variables | |
const string | openmsx::USER_DIRS = "{{USER_DIRS}}" |
const string | openmsx::USER_OPENMSX = "{{USER_OPENMSX}}" |
const string | openmsx::USER_DATA = "{{USER_DATA}}" |
const string | openmsx::SYSTEM_DATA = "{{SYSTEM_DATA}}" |
openmsx::FileContext | |