Click or drag to resize

PropertyServiceFallbackImplementationDataDirectory Property

Absolute path to the application's data directory. This is the directory where e.g. resources for the application are stored.

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

Property Value

DirectoryName

Implements

IPropertyServiceDataDirectory
See Also