FilePathExtension 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.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public string Extension { get; set; }
Public Property Extension As String
Get
Set
public:
virtual property String^ Extension {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringImplements
IFilePathExtensionSee Also