Python: Creating directories
        Posted  
        
            by Bomb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bomb
        
        
        
        Published on 2010-03-19T22:23:12Z
        Indexed on 
            2010/03/19
            22:31 UTC
        
        
        Read the original article
        Hit count: 208
        
python
I want to create a directory (named 'downloaded') on in my desktop directory; isn't this working?:
import os
os.mkdir('~/Desktop/downloaded/')
© Stack Overflow or respective owner