ASP filesystem SubFolders 对象教程
子收集返回一个集合所有子在一个指定的文件夹。
语法
FolderObject.SubFolders
例如
for each x in fo.SubFolders 'Print the name of all subfolders in the test folder Response.write(x.Name & "
") nextset fo=nothing set fs=nothing %>Output:
html css asp vbscript