发表评论(0)作者:不详, 平台:VB6.0+Win98, 阅读:22748, 日期:2001-04-08
`Clears the vbReadOnly attribute.
SetAttr strFileName, GetAttr(strFileName) And (Not vbReadOnly)
`Clears the vbArchive attribute.
SetAttr strFileName, GetAttr(strFileName) And (Not vbArchive)
SetAttr strFileName, GetAttr(strFileName) And (Not vbReadOnly)
`Clears the vbArchive attribute.
SetAttr strFileName, GetAttr(strFileName) And (Not vbArchive)