Class Packager
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
An helper for quickly exporting a dump directory to a specific package file
public static class Packager
- Inheritance
-
Packager
- Inherited Members
Methods
Export(string, string)
Export a dump directory to a fluxzy file (.fxzy).
public static void Export(string directory, string exportFilePath)
Parameters
ExportAsHttpArchive(string, string, HttpArchiveSavingSetting?)
Export a dump directory as HttpArchive
public static void ExportAsHttpArchive(string directory, string exportArchiveFilePath, HttpArchiveSavingSetting? savingSetting = null)
Parameters
directory
stringDump directory
exportArchiveFilePath
stringThe outputed archive file
savingSetting
HttpArchiveSavingSettingSave settings
ExportAsSaz(string, string)
Export a dump directory to a saz file. This is an experimental feature.
[Obsolete]
public static void ExportAsSaz(string directory, string exportedSazFilePath)