[Omake] Re: mkdir -p

David Kågedal davidk at lysator.liu.se
Fri Jun 8 04:40:23 PDT 2007


"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



More information about the Omake mailing list