Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/08/2006, 15:05
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 5 meses
Puntos: 11
Las carpetas son tambien archivos, por tanto puedes hacer:

if(file_exists("ruta/directorio"))
{
}

y tambien tiene is_dir()