Function FSWriter.archiveWithCallback
Archives a directory or file, using a callback for every element added to the filesystem.
static void archiveWithCallback
(
string Path,
string OutputPath,
BlockStorage STF,
void function(FSEntry, ulong, ulong) Callback
);