DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Extension for Info

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