DIAdem Help

Property: FileInfo for Store

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

Property: FileInfo for Store

Returns the FileInfo object that contains information about the file that the DataPlugin is currently processing.

Set oInfo = Object.FileInfo
ObjectStore
Object with this property
oInfoInfo
Returned object

The following example saves the name of the edited file as a root property:

Call Root.Properties.Add("Filename", FromStore.FileInfo.FileName)