FileSystemInfo.FullName Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the full path of the directory or file.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overridable ReadOnly Property FullName As String
public virtual string FullName { get; }

Property Value

Type: System..::.String
A string containing the full path.

Exceptions

Exception Condition
SecurityException

The caller does not have the required permission.

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

FileSystemInfo Class

System.IO Namespace