Project

General

Profile

Previous Up Next

_getlongname
This function computes a full name (concatenation of a base name, a signature character, and the signature itself).Signatures can be :
  • # : Scol hash function is applyed to the content
  • ; : cookies name is added to the base name (_content_ argument is useless)


S _getlongname (
S _content_
S _filename_
S _signature_
)
Parameters

_content_
file content
_filename_
file base name
_signature_
signature type
Return value

full name

Error :

  • EOK if no error.
  • EARGNIL if one argument is nil.
  • ESTRING if the sign process is incorrect.