FileNode.Extension Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
Extension
Gets the extension of the node. If the node does not have extension, then returs empty string.
Name = myfile.txt. Extension returns 'txt' (without quotes).
Name = myDirectory. Extension returns empty string.
Inherited from NodeBase.Declaration
public string Extension { get; }
Property Value
| Type | Description |
|---|---|
| String |