Forum Discussion
mikev
13 years agoContributor
Have you looked into using the aqFile and aqFileSystem objects?
Yes. As far as I can tell, in order to use those, the files must also be part of the project. In other words, they are in the STORES | Files, and I can't have that. I'm getting close on the hashmap problem that I mentioned, I'm just trying to figure out the JScript equivalent of VBScript CreateObject. I have an MD5.dll that I was using in QTP, and I'm trying to implement that now. I don't know why I'm trying to convert the QTP VBS scripts to TC JScript (glutton for punishment?) but I am. I suppose it's basically the try/catch that's luring me there.
Once I figure this out, I'll make a new thread about the hashmap, and I'll include all of my code (and the .vbs script to register the .dll) there. Since we have so many files to compare, using the hashmap value is far more efficient and faster. That's why I'm using that.