There's documentation on the os module (which builds on the nt module and contains much of the same functionality) here: http://docs.python.org/lib/module-os.html
If you download the standard Python distribution, grab the libraries, and drop then into the IronPython lib dir then you'll also be able to use the os module directly. For the most basic help you can do help(nt) after importing the nt module. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of anders conbere Sent: Tuesday, December 12, 2006 10:12 AM To: [email protected] Subject: [IronPython] NT Module Is there documentation on the nt module somewhere? or is this based of a set of common windows functions? Thanks, Anders
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
