ZipFileProjectArchiveManagerWithoutClonedFileCreateForSavingWithEmptyProjectFile Method |
Creates a manager for saving to a newly created or overwritten empty project file.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ZipFileProjectArchiveManagerWithoutClonedFileThe initialized archive manager.
See Also