DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: FileName for Info

Property: FileName for Info

Returns the name of the processed file.

Object.FileName
ObjectInfo
Object with this property
Object.FileNameString 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)
In This Section
Was this information helpful?