Method “getStrongFiles”

function getStrongFiles(strong_checksum)

Gets all files that have the given strong checksum

Parameters

NameTypeDescription
strong_checksumstringThe strong checksum to match (see also calculateStrongChecksum)

Return Value

Returns an array of FileNode objects that match the given checksum.