Click or drag to resize

FileSystemFolderAsProjectArchive Constructor

Initializes a new instance of the FileSystemFolderAsProjectArchive class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileSystemFolderAsProjectArchive(
	DirectoryName folderName
)

Parameters

folderName  DirectoryName
The folder containing the archive entries.
See Also