當前位置:首頁 > 建站常識 > 列表

asp中将相對(duì)路徑轉換爲絕對(duì)路徑的(de)函數代碼

點擊:時(shí)間:2016/11/3關鍵詞:asp 相對(duì)路徑 絕對(duì)路徑
代碼如下(xià):'================================================' 函數名:ChkMapPath' 作 用(yòng):相對(duì)路徑轉換爲絕對(duì)路徑' 參 數:strPath ----原路徑' 返回值:絕對(duì)路徑'===========
代碼如下(xià):

'================================================ 
' 函數名:ChkMapPath 
' 作 用(yòng):相對(duì)路徑轉換爲絕對(duì)路徑 
' 參 數:strPath ----原路徑 
' 返回值:絕對(duì)路徑 
'================================================ 
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 

預約建站
免費提供網站優化(huà)
領取關鍵詞