Click or drag to resize

ZipFileProjectArchiveManagerWithoutClonedFileCreateForSavingWithEmptyProjectFile Method

Creates a manager for saving to a newly created or overwritten empty project file.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ZipFileProjectArchiveManagerWithoutClonedFile CreateForSavingWithEmptyProjectFile(
	FileName fileName,
	bool allowOverwriting
)

Parameters

fileName  FileName
The target file name.
allowOverwriting  Boolean
If set to true, an existing file may be overwritten.

Return Value

ZipFileProjectArchiveManagerWithoutClonedFile
The initialized archive manager.
See Also