DIAdem Help

Property: Extension for Info

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

Property: Extension for Info

Returns the filename extension of the processed file.

Object.Extension
ObjectInfo
Object with this property
Object.ExtensionString with read access

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

Call Root.Properties.Add("File extension", File.Info.Extension)