ZosDataSetFolder
The ZosDataSetFolder object represents a single data set folder. This object can be obtained using the Item property of ZosDataSetFolders.
ZosDataSetFolder Properties
ZosDataSetFolder exposes the following properties:
Property | Type | R/W | Description |
---|---|---|---|
Name | String | R | Name of the folder. |
Path | String | R | Full path name of the folder. |
Subfolders | ZosDataSetFolders | R | Collection of all subfolders for this folder. |
Filters | ZosNameFilters | R | Collection of all data set name filters for folder. |
MemberFilters | ZosNameFilters | R | Collection of member name filters for libraries under folder. |
PrefixMappings | ZosPrefixMappings | R | Collection of all data set name prefixes for folder. |
...
ZosDataSetFolder Methods
ZosDataSetFolder exposes the following methods:
GetDataSets Method
Gets an array of data sets that match the filters for this folder.
ZosDataSet[] GetDataSets()
...