Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/02/2011, 15:49
Avatar de VaIvan
VaIvan
 
Fecha de Ingreso: octubre-2005
Ubicación: Mexico
Mensajes: 138
Antigüedad: 18 años, 6 meses
Puntos: 2
Respuesta: Publicacion de archivos con ASP IndexOff

Si Master AlZuwaga era ese

la funcion que utilice se llama BuildPath

asi:
[newpath=]FileSystemObject.BuildPath(path,name)

%
dim fs,path
set fs=Server.CreateObject("Scripting.FileSystemObject ")
path=fs.BuildPath("c:\mifolder","test")
response.write(path)
set fs=nothing
%>

Output:

c:\mifolder\test

Muchas Gracias !!!
__________________
Vaivan Es