How can I use a java.nio.file.Path object to navigate to a sub-path?
I'd have thought that something like path = path.subFolder(string) would work where string specifies a sub-folder relative to the initial path.
But there doesn't seem to be such a method available.
Before "I go in and out of a string", I'd like to check if I've missed something.