DIAdem Help

Content Type
Programming Language
Current manual

Object: Info

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)
Was this information helpful?