C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.IO
FileSystemInfo Class
FileSystemInfo Properties
Exists Property
Extension Property
FullName Property
Name Property
FileSystemInfo
FullName 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#
Copy
public
virtual
string
FullName
{
get
; }
Return Value
Type:
String
A string containing the full path.
Exceptions
Exception
Condition
PathTooLongException
The fully qualified path and file name is 260 or more characters.
SecurityException
The caller does not have the required permission.
See Also
Reference
FileSystemInfo Class
System.IO Namespace