Method “getStrongFiles”
function getStrongFiles(strong_checksum)
Gets all files that have the given strong checksum
Parameters
| Name | Type | Description |
|---|---|---|
strong_checksum | string | The strong checksum to match (see also calculateStrongChecksum) |
Return Value
Returns an array of FileNode objects that match the given checksum.