openMSX
|
#include <ctime>
#include <utime.h>
#include "MSXtar.hh"
#include "SectorAccessibleDisk.hh"
#include "FileOperations.hh"
#include "foreach_file.hh"
#include "MSXException.hh"
#include "StringOp.hh"
#include "strCat.hh"
#include "File.hh"
#include "one_of.hh"
#include "stl.hh"
#include "xrange.hh"
#include <cstring>
#include <cassert>
#include <cctype>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
struct | openmsx::TimeDate |
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Variables | |
constexpr byte | openmsx::T_MSX_REG = 0x00 |
constexpr byte | openmsx::T_MSX_READ = 0x01 |
constexpr byte | openmsx::T_MSX_HID = 0x02 |
constexpr byte | openmsx::T_MSX_SYS = 0x04 |
constexpr byte | openmsx::T_MSX_VOL = 0x08 |
constexpr byte | openmsx::T_MSX_DIR = 0x10 |
constexpr byte | openmsx::T_MSX_ARC = 0x20 |
constexpr byte | openmsx::T_MSX_LFN = 0x0F |