Archiver.AddFile Method
Add file stream facility method.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public void AddFile(
string pathName,
string fileName,
string comment
)
Public Sub AddFile (
pathName As String,
fileName As String,
comment As String
)
public:
void AddFile(
String^ pathName,
String^ fileName,
String^ comment
)
member AddFile :
pathName : string *
fileName : string *
comment : string -> unit
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.