md5_file
- Синтаксис
-
#pragma deprecated Use hash_file() function. Also, see Hash_* constants. native md5_file(const file[], md5buffer[34]);
Переменная | Описание |
---|---|
file |
Path to file to calculate keysum of |
md5buffer |
Buffer to copy the MD5 hash to |
- Описание
- Calculates the MD5 keysum of a file.
- Возвращает
- Number of cells written to the buffer (always 32)