TDME2
1.9.200
|
#include <cassert>
#include <filesystem>
#include <fstream>
#include <string>
#include <vector>
#include <ext/zlib/zlib.h>
#include <tdme/tdme.h>
#include <tdme/application/Application.h>
#include <tdme/engine/Version.h>
#include <tdme/os/filesystem/FileNameFilter.h>
#include <tdme/os/filesystem/FileSystem.h>
#include <tdme/os/filesystem/FileSystemInterface.h>
#include <tdme/utilities/Console.h>
#include <tdme/utilities/Exception.h>
#include <tdme/utilities/StringTokenizer.h>
#include <tdme/utilities/StringTools.h>
Go to the source code of this file.
Classes | |
struct | FileInformation |
Namespaces | |
tdme | |
tdme::tools | |
tdme::tools::cli | |
tdme::tools::cli::archive | |
Macros | |
#define | CHUNK 16384 |
Functions | |
void | scanPath (const string &path, vector< string > &totalFiles) |
void | processFile (const string &fileName, vector< FileInformation > &fileInformations) |
int | main (int argc, char **argv) |
#define CHUNK 16384 |
void scanPath | ( | const string & | path, |
vector< string > & | totalFiles | ||
) |
Definition at line 54 of file archive-main.cpp.
void processFile | ( | const string & | fileName, |
vector< FileInformation > & | fileInformations | ||
) |
Definition at line 123 of file archive-main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 217 of file archive-main.cpp.