DIAdem Help

Property: CurrentScriptPath for DataPlugin

  • Updated2024-09-12
  • 1 minute(s) read

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)

Log in to get a better experience