[IronPython] NT Module

Mark Rees mark.john.rees at gmail.com
Tue Dec 12 22:35:25 CET 2006


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.

http://docs.python.org/lib/module-os.html

Mark

On 12/13/06, anders conbere <aconbere at gmail.com> wrote:
>
> Is there documentation on the nt module somewhere? or is this based of a
> set of common windows functions?
>
> Thanks,
> Anders
>
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20061213/938e994c/attachment.html>


More information about the Ironpython-users mailing list