Thanks a lot  Bearophile!! It works great! Well, it seems something
easy for experts, but for beginners as me, your help is very useful...
thanks!!
Citlalyy
>
> >>> import os
> >>> os.listdir("...path...")
> [.... file names... ]
>
> If you are using Windows I suggest you to invert the slashes of the
> path, so instead of:
> "C:\WINNT\Fonts"
> Use:
> "C:/WINNT/Fonts"
> 
> Bye,
> bearophile

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to