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 |
BBjFileInfo |
getFileInfo(int channel) |
Methods of BBjFileInfo
Return Value |
Method |
void |
addKey(int keynum, BBjKeyInfo keyinfo) |
void |
addKey(string keyname, BBjKeyInfo keyinfo) |
void |
changeKey(int keynum, BBjKeyInfo keyinfo) |
void |
changeKey(string keyname, BBjKeyInfo keyinfo) |
void |
dropKey(int keynum) |
void |
dropKey(string keyname) |
string |
|
int |
|
long |
|
long |
|
string |
|
long |
|
int |
|
getKeyInfo(int keynum) |
|
getKeyInfo(string keyname) |
|
string |
getKeyName(int keynum) |
int |
getKeyNumber(string keyname) |
int |
|
long |
|
int |
|
string |
getText() |
void |
lock() |
void |
setKeyName(int keynum, string keyname) |
void |
setKeyName(string oldname, string newname) |
void |
setText(string text) |
void |
unlock() |
Remarks
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.