Sets the name for the current dir in the CLI structure. If the name is too long to fit, a failure is returned, and the old value is left intact. It is advised that you inform the user of this condition.
This function is safe to call even if there is no CLI structure.
INPUTS
name
Name of directory to be set.
RESULT
success
Success/failure indicator
BUGS
The name is truncated to a fixed (1.3 compatible) size.