Tema: ayuda!!!
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/11/2010, 23:28
Avatar de razpeitia
razpeitia
Moderador
 
Fecha de Ingreso: marzo-2005
Ubicación: Monterrey, México
Mensajes: 7.321
Antigüedad: 19 años, 1 mes
Puntos: 1360
Respuesta: ayuda!!!

Pon temas descriptivos, NO "ayuda!!!" o "urgeente" o "Ayuda urgente" un titulo descriptivo sería ¿Que hace os.path.isfile?

Con respecto a tu pregunta:
Cita:
Iniciado por pydoc
os.path.isfile(path)
Test whether a path is a regular file
Cita:
Iniciado por pydoc-es
os.path.isfile(path)
Verifica si path es un archivo regular o no
Lo que estas haciendo es checar si "path" es un archivo regular.