DIAdem Help

Object: Info

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

Object: Info

The Info object contains information about the file that the DataPlugin is currently processing.

The following examples save the name of the edited file as a root property:

Call Root.Properties.Add("File name", File.Info.FileName)
Call Root.Properties.Add("File name", FromStore.FileInfo.FileName)
Call Root.Properties.Add("File name", Workbook.FileInfo.FileName)