jump_to
Description:
public bool jump_to (
string path)
Updates the state of this to point to the Object
specified by path.
Parameters:
| this |
a PartIter
|
| path |
a string representing the path to jump to
|
Returns:
|
true if the Object specified by path
exists or false otherwise.
|