綠(lǜ)色(sè)資源網:您身邊最放(fàng)心(xīn)的安全下載(zǎi)站! 最新軟件|熱門排行(háng)|軟(ruǎn)件分類(lèi)|軟件專題(tí)|廠(chǎng)商大全

綠色(sè)資源網

技術教程
您的位置:首(shǒu)頁網絡(luò)編(biān)程(chéng)Asp編程 → asp中(zhōng)將相對路徑轉換為(wéi)絕對路(lù)徑的函數

asp中將相對(duì)路徑轉(zhuǎn)換(huàn)為絕對路(lù)徑的函(hán)數

我要評論 2011/05/28 21:01:20 來源:綠(lǜ)色(sè)資(zī)源網(wǎng) 編(biān)輯(jí):chithemodel.com [ ] 評論:0 點擊(jī):345次

'================================================
' 函數名:ChkMapPath
' 作 用:相對路徑轉換為絕對路徑
' 參 數:strPath ----原路徑
' 返回值:絕(jué)對路徑(jìng)
'================================================
Function ChkMapPath(ByVal strPath)
Dim fullPath
strPath = Replace(Replace(Trim(strPath), "/", "\"), "\\", "\")

If strPath = "" Then strPath = "."
If InStr(strPath,":\") = 0 Then
fullPath = Server.MapPath(strPath)
Else
strPath = Replace(strPath,"..\","")
fullPath = Trim(strPath)
If Right(fullPath, 1) = "\" Then
fullPath = Left(fullPath, Len(fullPath) - 1)
End If
End If
ChkMapPath = fullPath
End Function

關(guān)鍵詞:asp

閱讀本文後(hòu)您(nín)有什麽感想? 已(yǐ)有(yǒu) 人(rén)給出評(píng)價!

  • 1 歡迎喜歡
  • 1 白(bái)癡
  • 1 拜托
  • 1 哇
  • 1 加油
  • 1 鄙視(shì)