BBjFileSystem::getFileInfo
Description
In BBj 6.0 and higher, this method returns a BBjFileInfo object that is associated with an open file channel.
Syntax
|
Return Value |
Method |
|
getFileInfo(int channel) |
Parameters
|
Variable |
Description |
|
channel |
Open file channel. |
Return Value
Returns a BBjFileInfo object that can be used to manipulate the associated file channel.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.