Click or drag to resize

FileSystemFileAsProjectArchiveEntry Constructor

Initializes a new instance of the FileSystemFileAsProjectArchiveEntry class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileSystemFileAsProjectArchiveEntry(
	string baseFolder,
	string name
)

Parameters

baseFolder  String
The base folder of the archive.
name  String
The entry name relative to the base folder.
See Also