"Jesper Eskilson" <jesper at eskilson.se> writes:
> How do I use the -p flag to the mkdir() function? None of the
> documented function signatures has an "option" argument.
If you use it as a shell command, it works as you would expect.
mkdir -p foo/bar
--
David Kågedal