Click or drag to resize

ZipFileProjectArchiveManagerWithoutClonedFileFileOrFolderName Property

Gets the name of the file or folder. Can be null if no file or folder is set (up to now).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PathName? FileOrFolderName { get; }

Property Value

PathName
The name of the file or folder, if known. Otherwise, null is returned.

Implements

IProjectArchiveManagerFileOrFolderName
See Also