05/10/2005, 15:58
|
| Moderador | | Fecha de Ingreso: febrero-2002 Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 11 meses Puntos: 50 | |
Cita: string sPath1 = Server.MapPath("origen");
string sPath2 = Server.MapPath("destino");
System.IO.Directory.Move(sPath1,sPath2); Salu2 |