Archiver.Create(String, String) Method
Method to create a new storage.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Archiver Create(
string fileName,
string comment
)
Public Shared Function Create (
fileName As String,
comment As String
) As Archiver
public:
static Archiver^ Create(
String^ fileName,
String^ comment
)
static member Create :
fileName : string *
comment : string -> Archiver
- fileName String
- Name of the file to save archive to.
- comment String
- General comment for the archive.
Archiver
Methods to create a stored archive of files.