Skip to content

ZosFileExtensionMapping

The ZosFileExtensionMapping object represents a single file extension mapping. This object can be obtained using the Item property of ZosFileExtensionMappings. ZosFileExtensionMapping maps a data set name pattern to a local file name extension.

ZosFileExtensionMapping Constructor

The following constructor can be used to initialize a new ZosFileExtensionMapping object:

Constructor

ZosFileExtensionMapping( String dsName, String fileExt  )

Parameters

dsName - Data set name pattern

fileExt - File extension

ZosFileExtensionMapping Properties

ZosFileExtensionMapping exposes the following properties:

Property Type R/W Description
DataSetName String R Data set name pattern.
FileExtension String R File extension.

...

Back to top