
ASPAttributes属性File对象参考手册定义和用法Attributes属性用于设置或返回指定文件或文件夹的属性。语法:FileObject.Attributes[=newattributes]FolderObject.Attributes[=newattributes]参数描述newattributes可选的。规定文件或文件夹的属性值。可采用下列值之一或者下列值的组合:针对File对象的例子<%dimfs,fsetfs=Server.CreateObject("Scripting.FileSystemObject")setf=fs.GetFile(&...