ZosReleaseComponentObject
ZosReleaseComponentObject represents a file system object in a release area library. This object can be a PDS member, Unix directory, or Unix file.
ZosReleaseComponentObject is the base class for the ZosReleaseComponentFile and the ZosReleaseComponentDirectory classes. The IsDirectory property indicates whether the ZosReleaseComponentObject is actually a ZosReleaseComponentDirectory or a ZosReleaseComponentFile object.
This object can be obtained using the GetComponents method of ZosReleaseLibrary.
ZosReleaseComponentObject Properties
ZosReleaseComponentObject exposes the following properties:
| Property | Type | R/W | Description | 
|---|---|---|---|
| Name | String | R | File name for component, including file extension. | 
| Path | String | R | Full file system path name for the component. | 
| IsDirectory | Boolean | R | Indicates whether the object is a directory. | 
| IsUnix | Boolean | R | Indicates whether the object is a Unix file system object or PDS member. | 
...