Sexta, 22 de Novembro de 2024
Busca no site:
Ok
Home
Links
Soluções
Utilitários
Publicações
Curiosidades
Produtos
Diversões
Apps Android
Contato
Mapa do Site
Sobre Nós
©2024 CJDinfo®
Detalhe Solução
ASP: Retorna Path Local
:
'------------------------------------------------------------------- ' LocalPath ' Retorna o Path Local Normalizado subtraído de NDir '------------------------------------------------------------------- function LocalPath(NDir) dim s, i, n s = Request.ServerVariables("PATH_TRANSLATED") for i = 1 to NDir + 1 n = InStrRev(s, "") - 1 if n <=0 then LocalPath = "" exit function end if s = left(s, n) next LocalPath = s & "" end function
¤ Links Relacionados:
- Veja todas as soluções do site
Gostou? Compartilhe ou comente:
Nome:
Email:
Comentário:
Retornar