Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

Extending (fs/mkdir) to create intermediate directories #28

Closed benoyst closed 12 years ago

benoyst commented 12 years ago

Hi!

Thanks for this lib, very useful.

I just would like to know if/how to create intermediate directories with (fs/mkdir arg).

Example:

Similar to the unix shell "mkdir -p"

That would be very helpful.

Many thanks

-- Ben

chapmanb commented 12 years ago

Ben -- fs/mkdirs does you're looking for.

benoyst commented 12 years ago

Well, that's ... embarrassing! Many thanks chapmanb and sorry for the silly question.