Forum Discussion
tristaanogre
13 years agoEsteemed Contributor
Actually, no. aqFile and aqFileSystem have nothing to do with the Files object in stores.
Check it out here:
http://support.smartbear.com/viewarticle/12057/
http://support.smartbear.com/viewarticle/13235/
And for that matter, the Files.CalculateHashValue method can be used with regular files as well as files in the stores. Check it out
http://support.smartbear.com/viewarticle/11069/
Quote from there:
Files.Compare has the same concept... either the files being compared are in Stores, or you pass in the full file path to the file for use in comparison.
Check it out here:
http://support.smartbear.com/viewarticle/12057/
http://support.smartbear.com/viewarticle/13235/
And for that matter, the Files.CalculateHashValue method can be used with regular files as well as files in the stores. Check it out
http://support.smartbear.com/viewarticle/11069/
Quote from there:
The method has the following parameters:
File1 and File2
Specify the files whose hash value you want to calculate. You can either use the file name (including the path), or, if the file belongs to the Stores | Files collection, specify the file name in this collection.
Files.Compare has the same concept... either the files being compared are in Stores, or you pass in the full file path to the file for use in comparison.