Click or drag to resize
FileSystemInfoExtension Property
Gets the string representing the extension part of the file.

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

Return Value

Type: String
A string containing the FileSystemInfo extension.
See Also