%//%                    Join two paths
Path                    OO Path Navigator
Path$.                  Get the elements in the directory
Path$..                 Get the parent of the current Path
Path$dir                Get the elements in the directory
Path$join               Join two path components
Path$name               Get the name of the last element in the path
                        (Incl. extension)
Path$new                Initialize the Path object
Path$parent             Get the parent of the current Path
Path$show               Show the entire path as a string
