Retrieves or sets the attributes of the current file or directory.
[Visual Basic] MustOverride Public Property Attributes As FileSystemAttributes [C#] public FileSystemAttributes Attributes {abstract get; abstract set;} [C++] public: __property virtual FileSystemAttributes get_Attributes() = 0;public: __property virtual void set_Attributes(FileSystemAttributes) = 0; [JScript] public abstract function get Attributes() : FileSystemAttributes; public abstract function set Attributes(FileSystemAttributes);
The FileSystemAttributes enumeration that indicates the attributes of the current file or directory.
FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace