| Change the Archive and Read-Only Attributes of a File If you use a network to store copies of files, you could use a function to switch the archive attribute off. 'Clears the vbReadOnly attribute. SetAttr strFileName, GetAttr(strFileName) And (Not vbReadOnly) 'Clears the vbArchive attribute. SetAttr strFileName, GetAttr(strFileName) And (Not vbArchive) |
Change the Archive and Read-Only Attributes of a F |
Express News India | Freelance ecommerce web development India