Creating file checksums
Can anyone provide some information on creating/verifying file checksums with BrightScript objects? Within the list of public classes, I can see: roSyncSpec, roSyncPool, roSyncPoolEvent, roSyncPoolProgressEvent, roSyncPoolFiles but I was looking for a more direct method of generating and verifying SHA1 file checksums. Ideally, I would like to be able to work with SHA1 file hashes but without making use of the above classes. Also, there does not appear to be any accessible documentation on the above classes. Perhaps they provide access to the type of functionality I am looking for? Thanks