OrkinosV2 Documentation

FileName.Extension Property

The extension of the file.

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

Property Value

The extension of the file.

Remarks

The extension includes the "." as well. For instance if file is "test.xml" extension would be ".xml".

See Also

FileName Class | com.sarmal.io Namespace