Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/04/2005, 15:46
Avatar de FNX_NET
FNX_NET
 
Fecha de Ingreso: marzo-2004
Ubicación: EN EL INFIERNO.....
Mensajes: 1.707
Antigüedad: 20 años, 8 meses
Puntos: 7
disculpen , como soy un poco , en realidad mas que inseguro, y siempre posteo pero cuando tengo la respuesta la posteo ya que le puede servir a cualquiera
aqui esta la respuesta



If System.IO.File.Exists("C:\Documents and Settings\Alumno\Escritorio\TEAM\2\PAP.BMP") = False Then
System.IO.File.Copy("C:\Documents and Settings\Alumno\Escritorio\TEAM\1\PAP.BMP", "C:\Documents and Settings\Alumno\Escritorio\TEAM\2\PAP.BMP")
End If

If System.IO.Directory.Exists("C:\Documents and Settings\Alumno\Escritorio\TEAM\1\fotos\") = False Then
System.IO.Directory.CreateDirectory("C:\Documents and Settings\Alumno\Escritorio\TEAM\1\fotos\")
End If