文件、目录,文本文件等多种操作类

2019-04-02 21:34:22于丽

Set d = fso. GetDrive(drvspec)
ShowFileSystemType = d.FileSystem
ELse
ShowFileSystemType = -1
End if
End Function
End Class
%>