mkdir

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • westymatt

    #1

    mkdir

    I have been looking around for a while, but I haven't seen many
    examples of os.mkdir()
    Anybody have any experience with it, is a since deprecated function?

  • Simon Brunning

    #2
    Re: mkdir

    On 18 Jul 2006 05:45:48 -0700, westymatt <westymatt@gmai l.comwrote:
    I have been looking around for a while, but I haven't seen many
    examples of os.mkdir()
    Anybody have any experience with it, is a since deprecated function?
    Example here - <http://effbot.org/librarybook/os.htm- but it really
    couldn't be simpler. There's not much to demonstrate.

    If it's deprecated, it's the first I've heard of it.

    --
    Cheers,
    Simon B,
    simon@brunningo nline.net,

    Comment

    • westymatt

      #3
      Re: mkdir

      thanks a ton

      Comment

      Working...