On 6/26/06, Dino Viehland <[EMAIL PROTECTED]> wrote:
> os.listdir(path) seems to be working for me:
>
> >>> if 'sets.py' in os.listdir('.'): print 'hello'
> ...
> hello
>
> (running in the Python lib dir)Thanks for the feedback. I have a bunch of modified importing from the ConceptNet modules and it looks like I might be losing or setting some imports incorrectly. It gets confusing with all of the imports and the levels that each module imports. Plus, I forgot that the os module wasn't attached to IronPython. For some reason I thought it was. -- Later, Joe _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
