Previous | Up | Next |
_storepack
Create a new file with the specified content. It is stored in the first writable partition.Parameters
I _storepack ( S _data_ S _filename_ )
Return value
_data_ string content _filename_ file
0 if success
Error :
- EOK if no error.
- EARGNIL if one argument is nil.
- EACCES if the rights are insufficients.
- EVM if an internal and non fatal error occurs.
- ESTRING if signing error.
- EIO if an I/O error occurs.
- ECACHE if unable to perform this with the Cache activated.