ASP BuildPath ·½·¨

¶¨ÒåºÍÓ÷¨

BuildPath ·½·¨ÏòÒÑÓеÄ·¾¶Ìí¼ÓÃû³Æ¡£

Óï·¨£º

[newpath=]FileSystemObject.BuildPath(path,name)
²ÎÊý ÃèÊö
path ±ØÐèµÄ¡£Òª×·¼ÓÃû³ÆµÄ·¾¶¡£
name ±ØÐèµÄ¡£×·¼Óµ½Â·¾¶µÄÃû³Æ¡£

ʵÀý

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

Êä³ö£º

c:\mydocuments\test
VUE