[IronPython] NT Module

Dino Viehland dinov at exchange.microsoft.com
Tue Dec 12 19:35:22 CET 2006


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: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of anders conbere
Sent: Tuesday, December 12, 2006 10:12 AM
To: users at lists.ironpython.com
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20061212/d401263f/attachment.html>


More information about the Ironpython-users mailing list