Previous | Up | Next |
_getpack
Return the content of a file. Return nil if the file does not exist, or if the reference itself is nil.Parameters
S _getpack ( P _file_ )
Return value
_file_ read-only reference
content of the file
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- ESYSOS if the OS can not open the file (on MS Windows only).
- EIO if an i/o error occurs (on GNU / Linux only).
- EVM if memory error.
- EPLATFORM if the current platform is not supported.