FileSystemInfoExtension Property |
Gets the string representing the extension part of the file.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string Extension { get; }
Return Value
Type:
StringA string containing the
FileSystemInfo extension.
See Also