| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
Hi, this should help: Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder("C:\FSO") If objFolder.Attributes = objFolder.Attributes AND 2 Then objFolder.Attributes = objFolder.Attributes XOR 2 End If
|
|