[IronPython] os.system

Sanghyeon Seo sanxiyn at gmail.com
Fri Jul 25 01:48:46 CEST 2008


2008/7/24 John Case (Excell Data Corporation) <v-johcas at microsoft.com>:
> 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



More information about the Ironpython-users mailing list