Click or drag to resize
FileSystemInfoFullName Property
Gets the full path of the directory or file.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual string FullName { get; }

Return Value

Type: String
A string containing the full path.
Exceptions
ExceptionCondition
PathTooLongExceptionThe fully qualified path and file name is 260 or more characters.
SecurityExceptionThe caller does not have the required permission.
See Also