for root, dirs, files in os.walk(path):
    for file in files:
       # ¿ is opened ?


Best regards

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

Reply via email to