Previous | Up | Next |
_checkpack
Returns a reference to a file, allowing reading operations. The _filename_ is searched in all partitions. The fonction returns nil if no file was found.Parameters
P _checkpack ( S _filename_ )
Return value
_filename_ name of file (relative to Scol partition)
read-only reference
Error :
- EOK if no error.
- EARGNIL if the argument is nil.
- EACCES if the rights are insufficients.
- EVM if an internal error occurs.
- ESTRING if signing error.
- ENOFOUND if the file is not found.