Property: CurrentScriptPath for DataPlugin
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: CurrentScriptPath for DataPlugin
Property: CurrentScriptPath for DataPlugin
Specifies the path of the script file which belongs to the currently executed DataPlugin.
Object.CurrentScriptPath
Object | DataPlugin Object with this property |
Object.CurrentScriptPath | String with read access |
The following example saves the path of the executed DataPlugin as a root property:
Call Root.Properties.Add("ScriptPath",CurrentScriptPath)