Fork me on GitHub
#specter
<
2018-04-25
>
souenzzo16:04:32

There is something like (if-not-path test-path get-path)

nathanmarz16:04:16

@souenzzo

(defdynamicnav if-not-path [cond-path path]
  (if-path cond-path STOP path))

👍 4