file attributes are like switches. If the switch for Hidden is on, the file is a hidden file. If the switch for Hidden is off, the file is not a hidden file.
This analogy can be carried further by noting that light switches are typically under your control: you can choose to turn them on, or you can choose to turn them off.
In this QTip we are going to write a generic function that would retrieve a folder attributes as a string abbreviation.
File Attributes
Posted in FileSystemObject


daniva




September 4th, 2008 at 5:58 am
Really informative,
September 4th, 2008 at 5:59 am
But what about implementation?
How does it work upon calling this VBs?