Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/06/2004, 19:57
Stream
 
Fecha de Ingreso: mayo-2004
Ubicación: Guadalajara, Jalisco, México
Mensajes: 724
Antigüedad: 20 años
Puntos: 6
Imports System.IO
Public Class WebForm1
Inherits System.Web.UI.Page
'...
'...

Dim Ruta As String = Server.MapPath("Subir\")
If Directory.Exists(Ruta) Then
Directory.CreateDirectory(Ruta)
End If



Haber si te sirve..

Saludos