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 :Parameters
- # : 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_ )
Return value
_content_ file content _filename_ file base name _signature_ signature type
full name
Error :
- EOK if no error.
- EARGNIL if one argument is nil.
- ESTRING if the sign process is incorrect.