mkdir: recursive alternative?

Steve C. Lamb grey at dmiyu.org
Thu Jul 17 19:06:21 UTC 2008


On Thu, Jul 17, 2008 at 01:57:23PM -0500, Robert Dailey wrote:
> mkdir -p

    Personally I go for

import os
os.makedirs('\some\multi\part\path')

    But that's the pythonista in me.  ;)

-- 
         Steve C. Lamb         | I'm your priest, I'm your shrink, I'm your
       PGP Key: 8B6E99C5       | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------




More information about the ubuntu-users mailing list