FileSystemInfo.Attributes Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the FileAttributes of the current FileSystemInfo.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| FileNotFoundException | The specified file does not exist. |
| DirectoryNotFoundException | The specified path is invalid, such as being on an unmapped drive. |
| SecurityException | The caller does not have the required permission. |
| ArgumentException | The caller attempts to set an invalid file attribute. |
| IOException | Refresh cannot initialize the data. |
Version Notes
Windows Phone
This member has a SecurityCriticalAttribute attribute. This attribute restricts this member to internal use. Application code that uses this member throws a MethodAccessException.
Show: