Property: Extension for Info
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: Extension for Info
Property: Extension for Info
Returns the filename extension of the processed file.
Object.Extension
Object | Info Object with this property |
Object.Extension | String 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)