| FILE_EXISTS | Check the existence |
| FILE_CREATE_DATE | Date of creation |
| FILE_MODIFY_DATE | Date of the last modification |
| FILE_ACCESS_DATE | Date of the last access to the file |
| FILE_SIZE | File size in bytes |
| FILE_POSITION | Position of a pointer in the file |
| FILE_END | Get the end of file sign |
| FILE_LINE_END | Get the end of line sign |
| FILE_IS_COMMON | Reserved |
| FILE_IS_TEXT | The file is opened as a text file (see FILE_TXT) |
| FILE_IS_BINARY | The file is opened as a binary file (see FILE_BIN) |
| FILE_IS_CSV | The file is opened as CSV (see FILE_CSV) |
| FILE_IS_ANSI | The file is opened as ANSI (see FILE_ANSI) |
| FILE_IS_READABLE | The opened file is readable (see FILE_READ) |
| FILE_IS_WRITABLE | The opened file is writable (see FILE_WRITE) |