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 <[EMAIL PROTECTED]> 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
[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

Reply via email to