Forum Discussion

sastowe's avatar
sastowe
Super Contributor
12 years ago

errata?

The ChangeAttributes method of the aqFileSystem object help file refers to the action parameter thusly:




ActionSpecifies the action that the method should perform. This parameter can be one of the following constants defined in the aqFileSystem object:


Specifies the action that the method should perform. This parameter can be one of the following constants defined in the object:















































































Constant



 





Value



 





Description



 





fattrSet



 





0





Sets the corresponding attribute(s).





fattrInvert



 





1





Toggles the current state of the attribute(s).





fattrFree



 





2





Clears the corresponding attribute(s).







 But fattrFree was empty. When I used the 2 literal, it worked fine. In "intellisense" or whatever TC calls it, the other constants were visible but not fattrFree. Bug?

1 Reply

  • aqAnt's avatar
    aqAnt
    SmartBear Alumni (Retired)

    Hello Stephanie,


    As far as I can see, the fattrFree attribute is listed in the Code Completion window. You can check whether the attribute is defined like this: