can abybody plz tell me how to set the file attributes of a file through VB
ag Hidden attribute + system file attribute + read only attribute
plz help urgently
Printable View
can abybody plz tell me how to set the file attributes of a file through VB
ag Hidden attribute + system file attribute + read only attribute
plz help urgently
or you can use vbHidden or vbSystemCode:SetAttr "FileName", vbReadOnly
thanks
but how do i change the settings back to what they were
Code:SetAttr "FileName", vbReadOnly = False