...
The returned string is a full path of active trial from Eclipse database
Examples
Code Block | ||
---|---|---|
| ||
// Print active trial file from Eclipse database |
...
string $trial = `getEclipseActiveTrial`; |
...
print $trial; |
Additional information
Related commands
...