HostFile

A HostFile object represents a file on the host file system.

Table 5-24 HostFile

Method

 

getName()

Gets the file name

Returns

{String} the file name.

getParent()

Gets the parent of this host file

Returns

{String} the parent of this host file. This means different things on different host types. For example on TSO this is the name of the catalog in which the file resides.

getSize()

The byte size of the file

Returns

{Number} the size of the file in bytes.

getType()

The type of file represented

Returns