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