recls C# mapping

FileEntry.FileExt Property

The extension component of the file entry

[Visual Basic]
Public ReadOnly Property FileExt As String
[C#]
public string FileExt {get;}

Property Value

The extension component of the file entry

Remarks

The File property, without the name (FileName)

Note: the value of this property does not contain the . separator.

Note: if the entry does not have an extension, the value of this property is the empty string

See Also

FileEntry Class | recls Namespace