NodeBase.Extension Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
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.
Declaration
public string Extension { get; }
Property Value
Type | Description |
---|---|
String |