Archiver.AddFile Method

Add file stream facility method.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void AddFile(
	string pathName,
	string fileName,
	string comment
)

Parameters

pathName  String
Full path to the file to add to the archive.
fileName  String
Name of the file in the archive.
comment  String
Comment to the file to store in the archive.

See Also