ENUM_FILE_MODE
27 views 0 Updated on December 27, 2023 hybrid-solutions
ENUM_FILE_MODE
Identifer |
Description |
FILE_INPUT |
When the file is open for input, that file must already exist. |
FILE_OUTPUT |
When the file is open for input, if does not exist it will be created, if exist it will be createdits previous contents will be overwritten. |
FILE_APPEND |
When the file is open for input, if does not exist it will be created, if exist a record will be added to the file after the last record in the file. |
See Also
Back to VTL Client Script Index