Previous | Up | Next |
_appendpack
This function appends data to a file.Parameters
I _appendpack ( S _content_ W _file_ )
Return value
_content_ data to append _file_ file to modify
0 means success
Error :
- EOK if no error.
- EARGNIL if one argument is nil.
- EIO if an i/o error occurs.
- ECACHE if the operation aborts with the Cache activated.
_getmodifypack