Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return value

string

Examples

Code Block
languagetext
//Print the full path of the current script to the log.

...


string $s = `getCurrentScript –fullPath`;

...


print $s;

Additional information

Related commands

...