Click or drag to resize
FileSystemInfoFullPath Field
Represents the fully qualified path of the directory or file.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected string FullPath

Field Value

Type: String
Exceptions
ExceptionCondition
PathTooLongExceptionThe fully qualified path is 260 or more characters.
See Also