os.listdir()

Hans Nowak zephyr01 at alltel.net
Fri Jun 20 19:02:37 EDT 2003


manuel wrote:
>>If you can't "import os" in Blender, something is wrong...
> 
> 
> I can, but I have full python installed.
> Many users have only Blender and Python22.dll;
> this mean they don't have the os.py... :-(
> 
> A simple listdir in python isn't possible?

This might work: import the nt module (it's built-in), then use nt.listdir.







More information about the Python-list mailing list