A simple utility function that creates directory recursively. This simulates
the behaviour of the Unix command mkdir -p
.
If directory exists, no error or warning is reported, unlike with the base
function dir.create
which throws an error.
1 |
dir |
a directory to be created |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.