欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP GetParentFolderName 方法

定義和用法

GetParentFolderName 方法返回指定的路徑中最后成分的父文件夾的名稱。

語法:

FileSystemObject.GetParentFolderName(path)
參數(shù) 描述
path 必需的。需返回其父文件夾的文件或文件夾的路徑。

實例

<%
dim fs,p
set fs=Server.CreateObject("Scripting.FileSystemObject")
p=fs.GetParentFolderName("c:\winnt\cursors\3dgarro.cur")
Response.Write(p)
set fs=nothing
%>

輸出:

c:\winnt\cursors