Access all classes in a directory, put into an array, and print them out

Emile van Sebille emile at fenx.com
Tue Jul 3 10:41:23 EDT 2001


Oops... s/b print file

--

Emile van Sebille
emile at fenx.com

---------
"Emile van Sebille" <emile at fenx.com> wrote in message
news:9hsk9c$fl3ec$1 at ID-11957.news.dfncis.de...
> import os
> for file in os.listdir(dirpath): print i
>
>





More information about the Python-list mailing list