Click or drag to resize

AbsoluteAndRelativeFileNameAbsoluteFileName Property

Gets or sets the absolute file name. When getting this property, no attempt is made to resolve the file name. If you intend to resolve the file name, use GetResolvedFileNameOrNull instead.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string AbsoluteFileName { get; set; }

Property Value

String
The absolute file name.
Exceptions
ExceptionCondition
ArgumentNullExceptionPath is null or empty
ArgumentExceptionPath has to be an absolute path, i.e. it must be rooted!
See Also