Thanks for the bug report - it seems likely we can get this one in for the next release.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Wednesday, December 28, 2005 10:01 PM To: [email protected] 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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
