#include "MercuryFiles.h"
#include "MercuryTheme.h"
#include "ezSockets.h"
#include <zlib.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | FSHEADER "" |
Functions | |
unsigned long | ToLong (char *inx) |
bool | FileMatch (const MString &file, const MString ®ex) |
unsigned long | ZIPToLong (char *inx) |
Variables | |
MercuryFileManager | FILEMAN |
const MString | PackagePrefix = "Packages/" |
const MString | MemoryFileName = "memory.zip" |
#define FSHEADER "" |
Definition at line 20 of file MercuryFiles.cpp.
Definition at line 623 of file MercuryFiles.cpp.
unsigned long ToLong | ( | char * | inx | ) | [inline] |
Definition at line 495 of file MercuryFiles.cpp.
unsigned long ZIPToLong | ( | char * | inx | ) | [inline] |
Definition at line 883 of file MercuryFiles.cpp.
Definition at line 23 of file MercuryFiles.cpp.
const MString MemoryFileName = "memory.zip" |
Definition at line 26 of file MercuryFiles.cpp.
const MString PackagePrefix = "Packages/" |
Definition at line 25 of file MercuryFiles.cpp.