fun addPath(path: String): TreeNode
Add path to the current node. The path separator is a slash. If path is an empty string, no new node is added.
path - string with slashes
path
Return the latest added node