in reply to "mkdir -p" equivalent?

For a super simple suggestion: could you use the OS mkdir command via system or ``
`mkdir -p a/b/c`;
J

Replies are listed 'Best First'.
Re: Re: "mkdir -p" equivalent?
by ccarden (Monk) on Aug 05, 2003 at 22:47 UTC
    That's how the code currently reads, but I need it to be portable.