DataSetInfo.FileName Property
Gets or sets the file name of the data source; may be empty if the data source is not a file.
Syntax
public System.String FileName { get; set; }
Property Value
Default: ""
The file name of the data source, or the empty string if the data source is not a file.
Remarks
For the root node that gives information about a MultiFileDataSet, the file name usually contains the wildcard character that represents any number of characters. For example, *.tif is a file name that matches any file whose name ends with .tif. But for the child nodes, the file name refers directly to a file.
For some kinds of hierarchical datasets, a node in the DataSetInfo tree may not refer to a specific file, and this property will then be empty.
Platforms
Windows, Linux, Android