[IronPython] os.mkdir and os.rmdir

Dino Viehland dinov at exchange.microsoft.com
Thu Dec 29 17:31:36 CET 2005


Thanks for the bug report - it seems likely we can get this one in for the next release.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Wednesday, December 28, 2005 10:01 PM
To: users at lists.ironpython.com
Subject: [IronPython] os.mkdir and os.rmdir

I'd like to see os.mkdir and os.rmdir implemented in the next release
of IronPython.

Until then, this seems to work:

import System
import os
os.mkdir = System.IO.Directory.CreateDirectory
os.rmdir = System.IO.Directory.Delete

Seo Sanghyeon
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list