Method GetFileNameFromNode
GetFileNameFromNode(TreeNode)
Get the name of the file related to the node.
public static string GetFileNameFromNode(TreeNode node)
Parameters
node
TreeNodeNode to check.
Returns
- string
File name if specified; otherwise, an empty string.