File.GetAttributes Method
Silverlight
Gets the FileAttributes of the file on the path.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
- Type: System.String
The path to the file.
| Exception | Condition |
|---|---|
| ArgumentException | path is empty, contains only white spaces, or contains invalid characters. |
| PathTooLongException | The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. |
| NotSupportedException | path is in an invalid format. |
| FileNotFoundException | path represents a file and is invalid, such as being on an unmapped drive, or the file cannot be found. |
| DirectoryNotFoundException | path represents a directory and is invalid, such as being on an unmapped drive, or the directory cannot be found. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.