In CPython for cross os support you would normally import the os module which is a wrapper to use the correct bullt-in for the os either posix, mac or nt module. Since the standard IronPython distribution for Windows doesn't ship with the os module you import nt directly, but the docs for the os module is the reference you want. 
<br><br><a href="http://docs.python.org/lib/module-os.html">http://docs.python.org/lib/module-os.html</a><br><br>Mark<br><br><div><span class="gmail_quote">On 12/13/06, <b class="gmail_sendername">anders conbere</b> &lt;<a href="mailto:aconbere@gmail.com">
aconbere@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there documentation on the nt module somewhere? or is this based of a set of common windows functions?
<br><br>Thanks,<br><span class="sg">Anders<br>

</span><br>_______________________________________________<br>users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br><br><br></blockquote></div><br>