
28/02/2011, 15:49
|
 | | | Fecha de Ingreso: octubre-2005 Ubicación: Mexico
Mensajes: 138
Antigüedad: 19 años, 5 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 |