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.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string AbsoluteFileName { get; set; }
Property Value
String
The absolute file name.
Exceptions See Also