The path parent.
e.g.
assertEquals("hello", "hello/world".toFile().parentPath) assertNull("world".toFile().parentPath)
The parent of path, otherwise null if not available
null