Description |
Bit value used to select files with no other attributes. |
Comments |
This value can be used with the Dir$ and FileList commands. These functions will return only files with no attributes set when used with this constant. This constant is equal to 64. |
Example |
This example dimensions an array and fills it with filenames with no attributes set. Sub Main() |
See Also |
Dir, Dir$ (functions); FileList (statement); SetAttr (statement); GetAttr (function); FileAttr (function). |
E |