IFilePathExtension Property
Gets or alters the extension of the file. The extionsion
is returned with the dot, i.e., on the form ".ext".
If no extension exists, the empty string is returned.
If path is null, null is returned.
It can be set with or without the dot.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
string Extension { get; set; }
Property Value
String