Property: FileInfo for Store
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: FileInfo for Store
Property: FileInfo for Store
Returns the FileInfo object that contains information about the file 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", FromStore.FileInfo.FileName)