...
Checks the SHA1, BESHA1, or MD5 hash value of files that are in the sync spec and are currently present in the pool. This method returns True if all checks pass and False if one or more checks fail. Calling GetFailureReason()
will return information about the corrupt file(s). Note that a True return may not mean that all files in the sync spec are currently present in the pool. The second parameter represents a table of validation options: The key specifies the option and the value specifies whether the option is enabled or not (as a Boolean value). Currently, the only option is "DeleteCorrupt", which determines whether the method should automatically delete corrupt files or not.
QueryFiles(
...
sync_spec As
...
roAssociativeArray) As
...
roAssociativeArray
Determines whether the specified files are present in the asset pool. This method returns an associative array with filename keys and corresponding Boolean values.
AssetsReady(collection As Object) As Boolean
Returns true
if the specified files are ready in the asset pool.