DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: CurrentScriptPath for DataPlugin

Property: CurrentScriptPath for DataPlugin

Specifies the path of the script file which belongs to the currently executed DataPlugin.

Object.CurrentScriptPath
ObjectDataPlugin
Object with this property
Object.CurrentScriptPathString with read access

The following example saves the path of the executed DataPlugin as a root property:

Call Root.Properties.Add("ScriptPath",CurrentScriptPath)
In This Section
Was this information helpful?