...
Return value
string
Examples
Code Block | ||
---|---|---|
| ||
//Print the full path of the current script to the log. |
...
string $s = `getCurrentScript –fullPath`; |
...
print $s; |
Additional information
Related commands
...
...
string
Code Block | ||
---|---|---|
| ||
//Print the full path of the current script to the log. |
...
string $s = `getCurrentScript –fullPath`; |
...
print $s; |
...