Property: FileName for Info
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: FileName for Info
Property: FileName for Info
Returns the name of the processed file.
Object.FileName
Object | Info Object with this property |
Object.FileName | String with read access |
The following example saves the name of the edited file as a root property:
Call Root.Properties.Add("Filename", File.Info.FileName)