sastowe
13 years agoSuper Contributor
errata?
The ChangeAttributes method of the aqFileSystem object help file refers to the action parameter thusly:
Specifies the action that the method should perform. This parameter can be one of the following constants defined in the object:
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?
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
|
| 0 | Sets the corresponding attribute(s). |
| 1 | Toggles the current state of the attribute(s). |
| 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?