VBS教程:属性-Attributes 属性
更新时间:2006年11月16日 00:00:00 作者:
Attributes 属性
设置或返回文件或文件夹的属性。可读写或只读(与属性有关)。
object.Attributes [= newattributes]
参数
object
必选项。应为 File 或 Folder 对象的名称。
newattributes
可选项。如果指定此参数,则 newattributes 为指定的 object 的属性的新值。
设置
newattributes 参数可为下列设置之一或下列设置的合理组合:
相关文章
VBS教程:VBscript属性-FirstIndex 属性
VBS教程:VBscript属性-FirstIndex 属性...2006-11-11
最新评论