public Option <NodeFolderPath> CreateIfMissing() => from creation in AbsolutePath.CreateIfMissing() select new NodeFolderPath(Node, creation);