FileSystemInfo::FullPath Field
.NET Framework (current version)
Represents the fully qualified path of the directory or file.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| PathTooLongException | The fully qualified path is 260 or more characters. |
Notes to Inheritors:
Classes derived from FileSystemInfo can use the FullPath field to determine the full path of the object being manipulated.
For a list of common I/O tasks, see Common I-O Tasks.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: