ASP GetParentFolderName 方法

FileSystemObject 对象参考手册 完整的 FileSystemObject 对象参考手册

GetParentFolderName 方法返回指定的路径中最后成分的父文件夹的名称。

语法

FileSystemObject.GetParentFolderName(path)
参数描述
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

FileSystemObject 对象参考手册 完整的 FileSystemObject 对象参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号