This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-16
Channels
- # announcements (9)
- # babashka (12)
- # beginners (60)
- # biff (2)
- # calva (4)
- # cider (4)
- # clj-commons (1)
- # clj-kondo (17)
- # clojure (2)
- # clojure-europe (17)
- # clojurescript (15)
- # emacs (18)
- # exercism (5)
- # fulcro (15)
- # holy-lambda (13)
- # joyride (1)
- # lambdaisland (2)
- # malli (1)
- # nbb (3)
- # off-topic (23)
- # polylith (6)
- # portal (59)
- # releases (1)
- # squint (1)
- # tools-deps (4)
hi, what do you think about adding the equivalent to the mkdir -p option to create-dir in fs? Or perhaps to add a make-dir-path function?
so -p is two things, creates paths, but mkdir -p is used often to make the operation idempotent
not saying this is a must have, just adding a feature idea
oh right! Thanks a lot
sorry, Iām not knowledgeable about the nio class, I see now that Files#createDirectories is just like mkdir -p
https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#createDirectories(java.nio.file.Path,%20java.nio.file.attribute.FileAttribute...) - for the people searching
I will not update the changelog in the PR that is too trivial of the change
@U04V15CAJ https://github.com/babashka/fs/pull/76 - thank you for making babashka noob-friendlier š