Click or drag to resize

CAEXDocumentFilePath Property

Gets the last used full file path of the document as used in SaveToFile(String, Boolean) and LoadFromFile(String, Boolean). If no FilePath is defined but a CAEX FileName exists, the CAEX FileName is returned.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual string FilePath { get; }

Property Value

String

Implements

IAMLFileFilePath
See Also