set_description


Description:

public bool set_description (string str)

Replaces all of the nodes in the path with nodes described by str.

See add_string for details of the format.

If the string is invalid then false is returned and the path is unaltered.

Parameters:

this

a Path

str

a string describing the path

Returns:

true is the path was valid, false otherwise.