Property: FileInfo for Workbook
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: FileInfo for Workbook
Property: FileInfo for Workbook
Returns the FileInfo object that contains information about the workbook that the DataPlugin is currently processing.
The following example saves the name of the edited file as a root property:
Call Root.Properties.Add("Filename", Workbook.FileInfo.FileName)