Click or drag to resize

UnnamedProjectArchiveManager(PathName) Constructor

Initializes a new instance of the UnnamedProjectArchiveManager class with a known path.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public UnnamedProjectArchiveManager(
	PathName pathName
)

Parameters

pathName  PathName
The file or folder path.
See Also