DIAdem Help

Property: FilePath for Document <DataPlugin>

  • Updated2024-09-12
  • 1 minute(s) read

Property: FilePath for Document <DataPlugin>

Returns the absolute path of a document. A document might be an Office file in XML format or a PDF, JPEG, PNG, or TIFF file.

Object.FilePath
ObjectDocument <DataPlugin>
Object with this property
Object.FilePathString with read access

The following example creates the data set property DocumentFilePath and assigns the absolute path of the document to this property:

Call Root.Properties.Add("DocumentFilePath",Document.FilePath)

Log in to get a better experience