The following are the File object properties for COD scripts.
Scope | Property | Value |
---|---|---|
Read | <file>.EOF | True/False |
Read | <file>.exists | True/False |
Read/Write | <file>.filename | File name |
Read | <file>.isopen | True/False |
Read | <file>.isunicode | True/False |
Read | <file>.length | Length in BYTEs |
Read/Write | <file>.mode | File Open Mode Flags: foroutput (1) forinput (2) istext (4) unicodetext (12) |
Read/Write | <file>.position | Position in BYTEs |