dirName

abstract val dirName: String

Returns the 'directory' parent of this object.

If this path is a root level object, the returned dirName will be blank.

Examples:

Given the object path foo/bar/fizz/buzz the dir name would be "foo/bar/fizz".

Given the object path foo, the dir name would be "".