2008/7/24 John Case (Excell Data Corporation) <[EMAIL PROTECTED]>:
> With IronPython, what do I use instead of os.system('dir'), or
> os.popen('dir') to achieve the same result?

Other people replied with good answers for os.popen/os.system matters,
but you can achieve the same result with os.listdir, if what you want
to run is just dir.

-- 
Seo Sanghyeon
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to