ASP GetDrive 方法

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

GetDrive 方法返回由 drivespec 参数规定的 Drive 对象。

语法

FileSystemObject.GetDrive(drivespec)
参数描述
drivespec必需的。可以是驱动器字母(c),或者带有冒号的驱动器字母(c:),或者带有冒号和路径分隔符的驱动器字母(c:\),或者任何网络共享规范(\\computer2\share1)。

实例

<%
 dim fs,d
 set fs=Server.CreateObject("Scripting.FileSystemObject")
 set d=fs.GetDrive("c:\")
 set fs=nothing
 %>

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

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

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