Project

General

Profile

Previous Up Next

_getmodifypack
Check that the filename is correct, and return a reference to the file which will be used to create or append the file.

W _getmodifypack (
S _filename_
)
Parameters

_filename_
name of file (relative to Scol partition)
Return value

read-write reference

Error :

  • EOK if no error.
  • EARGNIL if the argument is nil.
  • EACCES if the rights are insufficients.
  • EIO if an i/o error occurs.
  • ESTRING if signing error.
  • ENOFOUND if the file is not found.