Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

CurrentScriptPath

Returns the path to the current running script.

Pascal

function CurrentScriptPath: String;

Python

def CurrentScriptPath() -> string

Example Pascal

   AddToSystemJournal(CurrentScriptPath);