...
Return value
string
Examples
Code Block | ||
---|---|---|
| ||
//query the latest file path and |
...
//print it to the command log |
...
string $temp = `getLastFile`; |
...
print $temp ; |
Additional information
Related commands
...
...
string
Code Block | ||
---|---|---|
| ||
//query the latest file path and |
...
//print it to the command log |
...
string $temp = `getLastFile`; |
...
print $temp ; |
...