NodePath.HasExtension Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
HasExtension
Indicates whether a path contains file name extension.
Declaration
public bool HasExtension { get; }
Property Value
Type | Description |
---|---|
Boolean | True if path contains file name extension, otherwise false. |