Click or drag to resize

ZipArchiveAsProjectArchiveFileName Property

Gets the name of the file or folder. Can be null if no name is given yet.

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

Property Value

PathName
The name of the file / describing name of the location.

Implements

IProjectArchiveFileName
See Also