DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: FileInfo for Store

Property: FileInfo for Store

Returns the FileInfo object that contains information about the file that the DataPlugin is currently processing.

Set oInfo = Object.FileInfo
ObjectStore
Object with this property
oInfoInfo
Returned object

The following example saves the name of the edited file as a root property:

Call Root.Properties.Add("Filename", FromStore.FileInfo.FileName)
In This Section
Was this information helpful?