Modifying constructor for filepath structures.
(change-filepath x [:unwrap <unwrap>])
This is an often useful alternative to make-filepath.
We construct a new filepath structure that is a copy of
This is an ordinary
Macro:
(defmacro change-filepath (x &rest args) (std::change-aggregate 'filepath x args '((:unwrap . filepath->unwrap)) 'change-filepath 'nil))