BBjFileInfo
Description
In BBj 6.0 and higher, the BBjFileInfo object provides methods to interact with an open file channel.
Creation
BBjAPI > BBjFileSystem > BBjFileInfo
The BBjFileInfo object is created using the following BBjFileSystem method:
|
Return Value |
Method |
|---|---|
|
|
|
Methods of BBjFileInfo
|
Return Value |
Method |
|---|---|
|
|
addKey(int keynum, BBjKeyInfo keyinfo) addKey(string keyname, BBjKeyInfo keyinfo) |
|
|
changeKey(int keynum, BBjKeyInfo keyinfo) changeKey(string keyname, BBjKeyInfo keyinfo) |
|
|
dropKey(int keynum) dropKey(string keyname) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getKeyInfo(int keynum) getKeyInfo(string keyname) |
|
|
|
getKeyName(int keynum) |
|
|
getKeyNumber(string keyname) |
|
|
|
|
|
|
|
|
|
|
|
getText() |
|
|
lock() |
|
|
setKeyName(int keynum, string keyname) setKeyName(string oldname, string newname) |
|
|
setText(string text) |
|
|
unlock() |
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.